[Manage Terraform Resources and Providers]
Where can Terraform not load a provider from?
Answer : D
[Use Terraform to Manage Infrastructure]
Multiple team members are collaborating on infrastructure using Terraform and want to format the* Terraform code following standard Terraform-style convention.
How should they ensure the code satisfies conventions?
Answer : C
[Interact with Terraform Modules]
Module variable assignments are inherited from the parent module and you do not need to explicitly set them.
Answer : B
[Understand Terraform Basics and CLI]
Define the purpose of state in Terraform.
Answer : A
[Navigate Terraform State and Backends]
Which of these actions will prevent two Terraform runs from changing the same state file at the same time?
Answer : B
[Interact with Terraform Modules]
Which is the best way to specify a tag of v1.0.0 when referencing a module stored in Git (for example.
Git::https://example.com/vpc.git)?
Answer : A
[Understand Terraform's Purpose and Use Cases]
Before you can use a new backend or HCP Terraform/Terraform Cloud integration, you must first execute terraform init.
Answer : A