Free Terraform Associate Exam Braindumps (page: 46)

Page 45 of 88

Where can Terraform not load a provider from?

  1. Source code
  2. Plugins directory
  3. Official HashiCorp distribution on releases.hashicorp.com
  4. Provider plugin cache

Answer(s): A



Which of the following locations can Terraform use as a private source for modules? (Choose two.)

  1. Internally hosted SCM (Source Control Manager) platform
  2. Public Terraform Module Registry
  3. Private repository on GitHub
  4. Public repository on GitHub

Answer(s): A,C



Why should secrets not be hard coded into Terraform code? (Choose two.)

  1. It makes the code less reusable.
  2. Terraform code is typically stored in version control, as well as copied to the systems from which it's run. Any of those may not have robust security mechanisms.
  3. The Terraform code is copied to the target resources to be applied locally and could expose secrets if a target resource is compromised.
  4. All passwords should be rotated on a quarterly basis.

Answer(s): A,B



If a Terraform creation-time provisioner fails, what will occur by default?

  1. The resource will not be affected, but the provisioner will need to be applied again
  2. The resource will be destroyed
  3. The resource will be marked as "tainted"
  4. Nothing, provisioners will not show errors in the command line

Answer(s): C






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

Exam Discussions & Posts