Where does the Terraform local backend store its state?
One remote backend configuration always maps to a single remote workspace.
Your Terraform configuration manages a resource that requires maximum uptime. You need to update the resource, and when you run terraform plan, Terraform indicates that the update requires the resource to be destroyed and recreated.
Which lifecycle rule can you add to the resource to reduce downtime while still applying the update?
You ate creating a Terraform configuration which needs to make use of multiple providers, one for AWS and one for Datadog. Which of the following provider blocks would allow you to do this?
What kind of configuration block will manage an infrastructure object with settings specified within the block?
What is one disadvantage of using dynamic blocks in Terraform?
How would you output returned values from a child module in the Terraform CLI output?
When should you use the force-unlock command?
After creating a new Terraform configuration, your configuration passes terraform validate but returns an “Access Denied” error from the cloud provider when running terraform plan.
Why did terraform validate not catch this issue?
Which of the following module source paths does not specify a remote module?
TESTED 19 Jun 2026