Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Terraform Associate Terraform-Associate-003 Book

HashiCorp Certified: Terraform Associate (003) Questions and Answers

Question 41

You can develop a custom provider to manage its resources using Terraform.

Options:

A.

True

B.

False

Question 42

You have declared a variable called var.list which is a list of objects that all have an attribute id . Which options will produce a list of the IDs? Choose two correct answers.

Options:

A.

[ var.list [ * ] , id ]

B.

[ for o in var.list : o.Id ]

C.

var.list[*].id

D.

{ for o in var.llst : o => o.id }

Question 43

You have to initialize a Terraform backend before it can be configured.

Options:

A.

True

B.

False

Question 44

Which option cannot be used to keep secrets out of Terraform configuration files?

Options:

A.

A Terraform provider

B.

Environment variables

C.

A -var flag

D.

secure string