C (✅Correct)– InHCP Terraform, you can use the terraform_remote_state data source to referenceanother workspace's state. This feature isnot available in Terraform CLI.
A (❌Incorrect)– terraform plan (dry runs)is available in both Terraform CLI and HCP Terraform.
B (❌Incorrect)– Secure variable storageexists in HCP Terraform, but CLI users can store variables securely using environment variables or .tfvars files.
D (❌Incorrect)– BothTerraform CLI and HCP Terraform support multiple cloud providers.
Official Terraform Documentation Reference:
terraform_remote_state - HashiCorp Documentation
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit