[Interact with Terraform Modules]
All modules published on the official Terraform Module Registry have been verified by HasihCorp.
Answer : B
[Understand Terraform Basics and CLI]
You much initialize your working directory before running terraform validate.
Answer : A
[Navigate Terraform State and Backends]
A Terraform backend determines how Terraform loads state and stores updates when you execute which command?
Answer : C
[Interact with Terraform Modules]
The public Terraform Module Registry is free to use.
Answer : A
[Use Terraform to Manage Infrastructure]
You have provisioned some virtual machines (VMs) on Google Cloud Platform (GCP) using the gcloud command line tool. However, you are standardizing with Terraform and want to manage these VMs using Terraform instead. What are the two things you must do to achieve this? Choose two correct answers.
Answer : B, C
[Interact with Terraform Modules]
When you include a module block in your configuration that references a module from the Terraform Registry, the "version" attribute is required.
Answer : B
[Interact with Terraform Modules]
Your root module contains a variable namednum_servers. Which is the correct way to pass its value to a child module with an input namedservers?
Answer : C