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

Download Full Version Terraform-Associate-004 HashiCorp Exam

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

Question 57

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

Options:

A.

True

B.

False

Question 58

You need to destroy all of the resources in your Terraform workspace, except for aws_instance.ubuntu[1], which you want to keep. How can you tell Terraform to stop managing that specific resource without destroying it?

Options:

A.

Remove the resource block from your configuration.

B.

Change the value of the count argument on the resource.

C.

Run terraform state rm aws_instance.ubuntu[1].

D.

Use a moved block.

Question 59

When you include a module block in your configuration that references a module from the Terraform Registry, the " version " attribute is required.

Options:

A.

True

B.

False

Question 60

Terraform variable names are saved in the state file.

Options:

A.

True

B.

False