Free Terraform Associate Exam Braindumps (page: 14)

Page 13 of 88

What is the name assigned by Terraform to reference this resource?

  1. dev
  2. azurerm_resource_group
  3. azurerm
  4. test

Answer(s): A



Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into syslog.

  1. True
  2. False

Answer(s): B

Explanation:


Reference:

https://www.terraform.io/docs/internals/debugging.html



Where in your Terraform configuration do you specify a state backend?

  1. The terraform block
  2. The resource block
  3. The provider block
  4. The datasource block

Answer(s): A

Explanation:

Backends are configured with a nested backend block within the top-level terraform block.


Reference:

https://www.terraform.io/docs/language/settings/backends/configuration.html



In Terraform 0.13 and above, outside of the required_providers block, Terraform configurations always refer to providers by their local names.

  1. True
  2. False

Answer(s): A

Explanation:

Outside of the required_providers block, Terraform configurations always refer to providers by their local names.


Reference:

https://www.terraform.io/docs/language/providers/requirements.html






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

Terraform Associate Exam Discussions & Posts