HashiCorp Terraform Associate 003 Practice Test - Questions Answers, Page 13
List of questions
Question 121
If a module declares a variable with a default, that variable must also be defined within the module.
Question 122
A terraform apply can not _________ infrastructure.
Question 123
How is terraform import run?
Question 124
A provider configuration block is required in every Terraform configuration.
Example:
Question 125
You have multiple team members collaborating on infrastructure as code (IaC) using Terraform, and want to apply formatting standards for readability.
How can you format Terraform HCL (HashiCorp Configuration Language) code according to standard Terraform style convention?
Question 126
One remote backend configuration always maps to a single remote workspace.
Question 127
Which of the following does terraform apply change after you approve the execution plan? (Choose two.)
Question 128
You are working on some new application features and you want to spin up a copy of your production deployment to perform some quick tests. In order to avoid having to configure a new state backend, what open source Terraform feature would allow you create multiple states but still be associated with your current code?
Question 129
Which of the following commands would you use to access all of the attributes and details of a resource managed by Terraform?
Question 130
If you manually destroy infrastructure, what is the best practice reflecting this change in Terraform?
Question