Spring Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

Free HashiCorp Terraform-Associate-004 Practice Exam with Questions & Answers | Set: 8

Questions 71

What does Terraform use the .terraform.lock.hc1 file for?

Options:
A.

There is no such file

B.

Tracking specific provider dependencies

C.

Preventing Terraform runs from occurring

D.

Storing references to workspaces which are locked

HashiCorp Terraform-Associate-004 Premium Access
Questions 72

How would you reference the volume IDs associated with the ebs_block_device blocks in this configuration?

Terraform-Associate-004 Question 72

Options:
A.

aws_instance.example.ebs_block_device[sda2,sda3).volume_id

B.

aws_lnstance.example.ebs_block_device.[*].volume_id

C.

aws_lnstance.example.ebs_block_device.volume_ids

D.

aws_instance.example-ebs_block_device.*.volume_id

Questions 73

What is a Terraform provider not responsible for?

Options:
A.

Provisioning infrastructure in multiple cloud providers.

B.

Managing actions to take based on resource differences.

C.

Managing resources and data sources based on an API.

D.

Understanding API interactions with a hosted service.

Questions 74

What is the Terraform style convention for indenting a nesting level compared to the one above it?

Options:
A.

With a tab

B.

With two spaces

C.

With four spaces

D.

With three spaces

Questions 75

You want to know from which paths Terraform is loading providers referenced in your Terraform configuration (* files). You need to enable additional logging messages to find this out. Which of the following would achieve this?

Options:
A.

Set verbose for each provider in your Terraform configuration

B.

Set the environment variable TF_LOG_TRACE

C.

Set the environment variable TF_LOG_PATH

D.

Set the environment variable TF_log_TRACE

Questions 76

Changing the Terraform backend from the default "local" backend to a different one after performing your first terrafom apply is:

Options:
A.

Optional

B.

Impossible

C.

Mandatory

D.

Discouraged

Questions 77

All modules published on the official Terraform Module Registry have been verified by HasihCorp.

Options:
A.

True

B.

False