Free TA-002-P Exam Dumps

Question 71

- (Exam Topic 1)
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.)

Correct Answer:AD

Reference: https://www.terraform.io/docs/cli/commands/state/rm.html

Question 72

- (Exam Topic 1)
Which of the following is available only in Terraform Enterprise or Cloud workspaces and not in Terraform CLI?

Correct Answer:A

Reference: https://www.terraform.io/docs/language/providers/configuration.html

Question 73

- (Exam Topic 4)
In a Terraform Cloud workspace linked to a version control repository, speculative plan runs start automatically when you merge or commit changes to version control.

Correct Answer:B

Question 74

- (Exam Topic 1)
What value does the Terraform Cloud/Terraform Enterprise private module registry provide over the public Terraform Module Registry?

Correct Answer:C
Terraform Cloud's private registry works similarly to the public Terraform Registry and helps you share Terraform providers and Terraform modules across your organization. It includes support for versioning and a searchable list of available providers and modules.

Question 75

- (Exam Topic 3)
By default, provisioners that fail will also cause the Terraform apply itself to error. How can you change this default behavior within a provisioner?

Correct Answer:C
https://www.terraform.io/docs/provisioners/index.html