Free Terraform Associate Exam Braindumps (page: 43)

Page 42 of 88

Which is the best way to specify a tag of v1.0.0 when referencing a module stored in Git (for example git::https://example.com/vpc.git)?

  1. Append ?ref=v1. 0. 0 argument to the source path
  2. Add version = "1.0.0" parameter to module block
  3. Nothing ג€" modules stored on GitHub always default to version 1.0.0
  4. Modules stored on GitHub do not support versioning

Answer(s): A



Changing the Terraform backend from the default "local" backend to a different one after doing your first terraform apply is:

  1. Mandatory
  2. Optional
  3. Impossible
  4. Discouraged

Answer(s): B



You have modified your local Terraform configuration and ran terraform plan to review the changes. Simultaneously, your teammate manually modified the infrastructure component you are working on. Since you already ran terraform plan locally, the execution plan for terraform apply will be the same.

  1. True
  2. False

Answer(s): B



terraform apply is failing with the following error. What next step should you take to determine the root cause of the problem?
Error loading state: AccessDenied: Access Denied status code: 403, request id: 288766CE5CCA24A0, host id: FOOBAR

  1. Set TF_LOG=DEBUG
  2. Review syslog for Terraform error messages
  3. Run terraform login to reauthenticate with the provider
  4. Review /var/log/terraform.log for error messages

Answer(s): A






Post your Comments and Discuss HashiCorp Terraform Associate exam with other Community members:

Exam Discussions & Posts