TA-002-P Dumps

TA-002-P Free Practice Test

HashiCorp TA-002-P: HashiCorp Certified: Terraform Associate

QUESTION 71

- (Exam Topic 4)
You have modified your local Terraform configuration and ran terraform plan to review the changes. Simultaneously, your teammate manually modified the infrastructure component you are working on. Since you already ran terraform plan locally, the execution plan for terraform apply will be the same.

Correct Answer: B

QUESTION 72

- (Exam Topic 4)
What is a downside to using the Vault provider to read secrets from Vault?

Correct Answer: A
The Vault provider allows Terraform to read from, write to, and configure Hashicorp Vault.
Interacting with Vault from Terraform causes any secrets that you read and write to be persisted in both Terraform's state file and in any generated plan files. For any Terraform module that reads or writes Vault secrets, these files should be treated as sensitive and protected accordingly.

QUESTION 73

- (Exam Topic 4)
terraform validate reports HCL syntax errors.

Correct Answer: A

QUESTION 74

- (Exam Topic 1)
What information does the public Terraform Module Registry automatically expose about published modules?

Correct Answer: D
https://www.terraform.io/registry/modules/publish
"The registry extracts information about the module from the module's source. The module name, provider, documentation, inputs/outputs, and dependencies are all parsed and available via the UI or API, as well as the same information for any submodules or examples in the module's source repository."

QUESTION 75

- (Exam Topic 4)
All modules published on the official Terraform Module Registry have been verified by HashiCorp.

Correct Answer: B
https://registry.terraform.io/
Only modules considered "Verified Modules" are reviewed by Hashicorp, otherwise anyone can publish modules on the Terraform Registry.
Reference: https://www.terraform.io/registry/modules/verified https://www.terraform.io/registry/modules/publish