Which common action does not cause Terraform to refresh its state?
The latest changes and updates from the administration for this exam.
Latest Update: May 22 2026
All questions are working fine.
Which common action does not cause Terraform to refresh its state?
Which of the following are true regarding Terraform variables? (select two)
Select all that apply
You are worried about unauthorized access to the Terraform state file since it might contain sensitive information. What are some ways you can protect the state file? (select two)
Select all that apply
By default, Terraform OSS stores its state file in what type of backend?
You want to use a Terraform provisioner to execute a script on the remote machine. What block type would use to declare the provisioner?
True or False? You can continue using your local Terraform CLI to execute terraform plan and terraform apply operations while using Terraform Cloud as the backend.
You need to ensure your Terraform is easily readable and follows the HCL canonical format and style. In the current directory, you have a main.tf that calls modules stored in a modules directory. What command should you run to validate Terraform in the current and sub-directories?
When using Terraform, where can you install providers from? (select four)
Select all that apply
True or False? Terraform can only manage dependencies between resources if the depends_on argument is explicitly set for the dependent resources.
When using collection types for variables in Terraform, which of the following two statements are true? (select two)
Select all that apply