Which of the following is the best description of a dynamic block?
The latest changes and updates from the administration for this exam.
Latest Update: May 22 2026
All questions are working fine.
Which of the following is the best description of a dynamic block?
True or False? The terraform graph command can be used to generate a visual representation of a configuration or execution plan.
True or False? You can move Terraform state between supported backends at any time, even after running your first terraform apply.
You want to use Terraform to deploy resources across your on-premises infrastructure and a public cloud provider. However, your internal security policies require that you have full control over both the operating system and deployment of Terraform binaries. What versions of Terraform can you use for this? (select two)
Select all that apply
Steve is a developer who is deploying resources to AWS using Terraform. Steve needs to gather detailed information about an EC2 instance that he deployed earlier in the day. What command can Steve use to view this detailed information?
Which of the following is not true about the terraform.tfstate file used by Terraform?
You have an existing resource in your public cloud that was deployed manually, but you want the ability to reference different attributes of that resource throughout your configuration without hardcoding any values. How can you accomplish this?
Given the code snippet below, how would you refer to the value of ip for the dev environment if you are using a for_each argument?

True or False? min, max, format, join, trim, and length are examples of different expressions in Terraform.
Thomas has recently developed a new Terraform configuration in a new working directory and is very cost-conscious. After running a terraform init, how can Thomas perform a dry run to ensure Terraform will create the right resources without deploying real-world resources?