[Interact with Terraform Modules]
A module block is shown in the Exhibit space of this page. When you use a module block to reference a module from the Terraform Registry such as the one in the example, how do you specify version 1.0.0 of the module?
Answer : C
[Interact with Terraform Modules]
Which of the following locations can Terraform use as aprivate sourcefor modules?(Pick 2 correct responses)
Answer : C, D
[Understand Terraform Basics and CLI]
terraform plan updates your state file.
Answer : B
[Interact with Terraform Modules]
What information does the public Terraform Module Registry automatically expose about published modules?
Answer : D
[Understand Terraform Basics and CLI]
What does Terraform not reference when running a terraform apply -refresh-only ?
Answer : D
[Understand Terraform Basics and CLI]
You are using a networking module in your Terraform configuration with the name label my-network. In your main configuration you have the following code:
When you run terraform validate, you get the following error:
What must you do to successfully retrieve this value from your networking module?
Answer : C
[Interact with Terraform Modules]
How do you specify a module's version when publishing it to the public terraform Module Registry?
Answer : D