Question 6 of 19
Which Terraform command checks that your configuration syntax is correct?
    Correct Answer: D

Question 7 of 19
How does the HCP Terraform/Terraform Cloud integration differ from backends such as S3, Consul, etc.?
    Correct Answer: A

Question 8 of 19
Which of these actions will prevent two Terraform runs from changing the same state file at the same time?
    Correct Answer: D

Question 9 of 19
When should you use the force-unlock command?
    Correct Answer: B

Question 10 of 19
You used Terraform to create an ephemeral development environment in the cloud and are now ready to destroy all the infrastructure described by your Terraform configuration. To be safe, you would like to first see all the infrastructure that Terraform will delete.
Which command should you use to show all the resources that will be deleted? (Choose two.)
    Correct Answer: B, C