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

Terraform Associate Changed Terraform-Associate-003 Questions

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

Question 9

Terraform encrypts sensitive values stored in your state file.

Options:

A.

True

B.

False

Question 10

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

Options:

A.

True

B.

False

Question 11

Which is the best way to specify a tag of v1.0.0 when referencing a module stored in Git (for example.

Options:

A.

Append pref=v1.0.0 argument to the source path

B.

Add version = “1.0.0” parameter to module block

C.

Nothing modules stored on GitHub always default to version 1.0.0

Question 12

Which command add existing resources into Terraform state?

Options:

A.

Terraform init

B.

Terraform plan

C.

Terraform refresh

D.

Terraform import

E.

All of these