HashiCorp Terraform Associate 003 Practice Test - Questions Answers, Page 8
List of questions
Question 71
A module can always refer to all variables declared in its parent module.
Question 72
You much initialize your working directory before running terraform validate.
Question 73
Running terraform fmt without any flags in a directory with Terraform configuration files check the formatting of those files without changing their contents.
Question 74
The public Terraform Module Registry is free to use.
Question 75
How do you specify a module's version when publishing it to the public terraform Module Registry?
Question 76
Which method for sharing Terraform configurations fulfills the following criteria:
1. Keeps the configurations confidential within your organization
2. Support Terraform's semantic version constrains
3. Provides a browsable directory
Question 77
Which are examples of infrastructure as code? Choose two correct answers.
Question 78
Which of the following command would be use to access all of the attributes and details of a resource managed by Terraform?
Question 79
The_________determines how Terraform creates, updates, or delete resources.
Question 80
How does Terraform determine dependencies between resources?
Question