Question 6 of 19Which Terraform command checks that your configuration syntax is correct?
Correct Answer: D
Question 7 of 19How does the HCP Terraform/Terraform Cloud integration differ from backends such as S3, Consul, etc.?
Correct Answer: A
Question 8 of 19Which of these actions will prevent two Terraform runs from changing the same state file at the same time?
Correct Answer: D
Question 9 of 19When should you use the force-unlock command?
Correct Answer: B
Question 10 of 19You 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.)