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

Online Terraform-Associate-003 Questions Video

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

Question 37

Which provider authentication method prevents credentials from being stored in the state file?

Options:

A.

Using environment variables

B.

Specifying the login credentials in the provider block

C.

Setting credentials as Terraform variables

D.

None of the above

Question 38

Terraform configuration can only call modules from the public registry.

Options:

A.

True

B.

False

Question 39

Multiple team members are collaborating on infrastructure using Terraform and want to format the* Terraform code following standard Terraform-style convention.

How should they ensure the code satisfies conventions?

Options:

A.

Terraform automatically formats configuration on terraform apply

B.

Run terraform validate prior to executing terraform plan or terraform apply

C.

Use terraform fmt

D.

Replace all tabs with spaces

Question 40

terraform init retrieves and caches the configuration for all remote modules.

Options:

A.

True

B.

False