List of questions
Related questions
Question 185 - Terraform Associate 003 discussion
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? (Pick the 2 correct responses)
A.
Run terraform destroy. This will output all the resources that will be deleted before prompting for approval.
B.
Run terraform show -destroy.
C.
Run terraform state rm *.
Your answer:
0 comments
Sorted by
Leave a comment first