Question 11
You want to know from which paths Terraform is loading providers referenced in your Terraform configuration (*.tf files). You need to enable debug messages to find this out.
Which of the following would achieve this?
Question 12
You have created a terraform script that uses a lot of new constructs that have been introduced in terraform v0.12. However, many developers who are cloning the script from your git repo, are using v0.11, and getting errors. What can be done from your end to solve this problem?
Question 13
terraform init retrieves the source code tot all referenced modules
Question 14
When using a module block to reference a module stored on the public Terraform Module Registry such as:
How do you specify version 1.0.0?
Question 15
Terraform must track metadata such as resource dependencies. Where is this data stored?
