HashiCorp Terraform Associate 003 Practice Test - Questions Answers, Page 17
List of questions
Question 161
While attempting to deploy resources into your cloud provider using Terraform, you begin to see some odd behavior and experience slow responses. In order to troubleshoot you decide to turn on Terraform debugging. Which environment variables must be configured to make Terraform's logging more verbose?
Question 162
terraform validate reports syntax check errors for which of the following?
Question 163
When does Terraform create the .terraform.lock.hc1 file?
Question 164
You want to define multiple data disks as nested blocks inside the resource block for a virtual machine. What Terraform feature would help you define the blocks using the values in a variable?
Question 165
Changing the Terraform backend from the default 'local' backend to a different one after performing your first terrafom apply is:
Question 166
Which type of block fetches or computes information for use elsewhere in a Terraform configuration?
Question 167
You have a list of numbers that represents the number of free CPU cores on each virtual cluster:
What Terraform function could you use to select the largest number from the list?
Question 168
All modules published on the official Terraform Module Registry have been verified by HasihCorp.
Question 169
What is the provider for this resource?
Question 170
Which Terraform command checks that your configuration syntax is correct?
Question