Free Terraform Associate Exam Braindumps (page: 37)

Page 36 of 88

Terraform Cloud is available only as a paid offering from HashiCorp.

  1. True
  2. False

Answer(s): B



Which of the following is not a way to trigger terraform destroy?

  1. Using the destroy command with auto-approve
  2. Running terraform destroy from the correct directory and then typing "yes" when prompted in the CLI
  3. Passing --destroy at the end of a plan request
  4. Delete the state file and run terraform apply

Answer(s): D



Which of the following is not an advantage of using infrastructure as code operations?

  1. Self-service infrastructure deployment
  2. Troubleshoot via a Linux diff command
  3. Public cloud console configuration workflows
  4. Modify a count parameter to scale resources
  5. API driven workflows

Answer(s): C



You're writing a Terraform configuration that needs to read input from a local file called id_rsa.pub.
Which built-in Terraform function can you use to import the file's contents as a string?

  1. fileset("id_rsa.pub")
  2. filebase64("id_rsa.pub")
  3. templatefile("id_rsa.pub")
  4. file("id_rsa.pub")

Answer(s): D






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

Exam Discussions & Posts