- (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
- (Exam Topic 4)
Why does this backend configuration not follow best practices?
Correct Answer:
A
- (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
- (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
- (Exam Topic 4)
Which of the following locations can Terraform use as a private source for modules? (Choose two.)
Correct Answer:
AC