Question 86
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?

How do you specify version 1.0.0?
Question 87
When TF_LOG_PATH is set, TF_LOG must be set in order for any logging to be enabled.
Question 88
In the example below, the depends_on argument creates what type of dependency?
Question 89
Your team lead does not trust the junior terraform engineers who now have access to the git repo . So , he wants you to have some sort of a checking layer , whereby , you can ensure that the juniors will not create any non-compliant resources that might lead to a security audit failure in future. What can you do to efficiently enforce this?
Question 90
What is the purpose of using the local-exec provisioner? (Select Two)
Answer C is correct. See reference: "A module registry is the native way of distributing Terraform modules for use across multiple configurations, using a Terraform-specific protocol that has full support for module versioning."