New Year 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

Which of these sources can Terraform use to download modules?

Options:

A.

Local path

B.

GitHub repository

C.

Terraform Registry

D.

HTTP URLs

E.

All of the above

Question 10

What information does the public Terraform Module Registry automatically expose about published modules?

Options:

A.

Required input variables

B.

Optional inputs variables and default values

C.

Outputs

D.

All of the above

E.

None of the above

Question 11

You can configure Terraform to log to a file using the TF_LOG environment variable.

Options:

A.

True

B.

False

Question 12

Which Terraform command checks that your configuration syntax is correct?

Options:

A.

terraform validate

B.

terraform init

C.

terraform show

D.

terraform fmt