Free Terraform Associate Exam Braindumps (page: 44)

Page 43 of 88

As a member of an operations team that uses infrastructure as code (IaC) practices, you are tasked with making a change to an infrastructure stack running in a public cloud.
Which pattern would follow IaC best practices for making a change?

  1. Clone the repository containing your infrastructure code and then run the code
  2. Use the public cloud console to make the change after a database record has been approved
  3. Make the change programmatically via the public cloud CLI
  4. Make the change via the public cloud API endpoint
  5. Submit a pull request and wait for an approved merge of the proposed changes

Answer(s): E



What command can you run to generate DOT (Document Template) formatted data to visualize Terraform dependencies?

  1. terraform refresh
  2. terraform show
  3. terraform graph
  4. terraform output

Answer(s): C



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

  1. Using environment variables
  2. Specifying the login credentials in the provider block
  3. Setting credentials as Terraform variables
  4. None of the above

Answer(s): A



Running terraform fmt without any flags in a directory with Terraform configuration files will check the formatting of those files without changing their contents.

  1. True
  2. False

Answer(s): B






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

Exam Discussions & Posts