Multiple Choice
You have 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 will be deleted by Terraform. Which command should you use to show all of the resources that will be deleted? (Choose two.)
A) Run terraform plan -destroy.
B) This is not possible. You can only show resources that will be created.
C) Run terraform state rm *.
D) Run terraform destroy and it will first output all the resources that will be deleted before prompting for approval.
Correct Answer:

Verified
Correct Answer:
Verified
Q7: Which of the following is the correct
Q8: When does terraform apply reflect changes in
Q9: What value does the Terraform Cloud/Terraform Enterprise
Q10: What does the default "local" Terraform backend
Q11: You have recently started a new job
Q13: If a module uses a local variable,
Q14: You have multiple team members collaborating on
Q15: Only the user that generated a plan
Q16: You have provisioned some virtual machines (VMs)
Q17: Which of the following is available only