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

HashiCorp Terraform-Associate-004 Online Access

HashiCorp Certified: Terraform Associate (004) (HCTA0-004) Questions and Answers

Question 85

What type of block is used to construct a collection of nested configuration blocks?

Options:

A.

Dynamic

B.

For_each

C.

Nesting

D.

repeated.

Question 86

You are using a networking module in your Terraform configuration with the name label my-network. In your main configuration you have the following code:

When you run terraform validate, you get the following error:

What must you do to successfully retrieve this value from your networking module?

Options:

A.

Change the reference value to my-network,outputs,vmet_id

B.

Define the attribute vmet_id as a variable in the networking modeule

C.

Define the attribute vnet_id as an output in the networking module

D.

Change the reference value module.my,network,outputs,vnet_id

Question 87

The terraform output command shows outputs from child modules.

Options:

A.

True

B.

False

Question 88

Terraformrequiresthe Go runtime as a prerequisite for installation.

Options:

A.

True

B.

False