00:00

QUESTION 76

- (Exam Topic 2)
The Terraform language does not support user-defined functions, and so only the functions built in to the language are available for use.

Correct Answer: B
https://www.terraform.io/docs/configuration/functions.html

QUESTION 77

- (Exam Topic 4)
Why does this backend configuration not follow best practices?
TA-002-P dumps exhibit

Correct Answer: A

QUESTION 78

- (Exam Topic 2)
How can you ensure that the engineering team who has access to git repo will not create any non-compliant resources that might lead to a security audit failure in future. your team is using Hashicorp Terraform Enterprise Edition.

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

QUESTION 79

- (Exam Topic 2)
You have created a custom variable definition file testing.tfvars. How will you use it for provisioning infrastructure?

Correct Answer: C
https://www.terraform.io/docs/configuration/variables.html

QUESTION 80

- (Exam Topic 4)
Which of the following locations can Terraform use as a private source for modules? (Choose two.)

Correct Answer: AC