Both Terraform CLI and Terraform Cloud offer a feature called "workspaces". Which of the following statements are true regarding workspaces? (select three)
The latest changes and updates from the administration for this exam.
Latest Update: May 22 2026
All questions are working fine.
Both Terraform CLI and Terraform Cloud offer a feature called "workspaces". Which of the following statements are true regarding workspaces? (select three)
Select all that apply
You are an Infrastructure Engineer at Strategies, Inc, which is a new organization that provides marketing services to startups. All of your infrastructure is provisioned and managed by Terraform. Despite your pleas to not make changes outside of Terraform, sometimes the other engineers log into the cloud platform and make minor changes to resolve problems.
What Terraform command can you use to reconcile the state with the real-world infrastructure in order to detect any drift from the last-known state?
True or False? Any sensitive values referenced in the Terraform code, even as variables, will end up in plain text in the state file.
When deploying an EC2 instance in AWS, for example, what value is the data source returning?

True or False? Terraform is designed to work with public cloud platforms, and organizations that wish to use it for on-premises infrastructure (private cloud) should look for an alternative solution.
Variables and their default values are typically declared in a main.tf or variables.tf file. What type of file can be used to set explicit values for the current working directory that will override the default variable values?
Margaret is calling a child module to deploy infrastructure for her organization. Just as a good architect does (and suggested by HashiCorp), she specifies the module version she wants to use even though there are newer versions available. During a terrafom init, Terraform downloads v0.0.5 just as expected.
What would happen if Margaret removed the version parameter in the module block and ran a terraform init again?

Teddy is using Terraform to deploy infrastructure using modules. Where is the module below stored?

Rigby is implementing Terraform and was given a configuration that includes the snippet below. Where is this particular module stored?

What feature of Terraform provides an abstraction above the upstream API and is responsible for understanding API interactions and exposing resources?