Question 121

While attempting to deploy resources into your cloud provider using Terraform, you begin to see some odd behavior and experience slow responses. In order to troubleshoot you decide to turn on Terraform debugging. Which environment variables must be configured to make Terraform's logging more verbose?
  • Question 122

    Which are examples of infrastructure as code? Choose two correct answers.
  • Question 123

    Terraform providers are always installed from the Internet.
  • Question 124

    Terraform configuration (including any module references) can contain only one Terraform provider type.
  • Question 125

    You should run terraform fnt to rewrite all Terraform configurations within the current working directory to conform to Terraform-style conventions.