Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into stdout.
You ate creating a Terraform configuration which needs to make use of multiple providers, one for AWS and one for Datadog. Which of the following provider blocks would allow you to do this?
A)

B)
C)
D)
Once you configure a new Terraform backend with a terraform code block, which command(s) should you use to migrate the state file?
Which of the following should you add in the required_providers block to define a provider version constraint?
What task does the terraform import command perform?
When you use a backend that requires authentication, it is best practice to:
When using multiple configuration of the same Terraform provider, what meta-argument must you include in any non-default provider configurations?
Which of these statements about HCP Terraform/Terraform Cloud workspaces is false?
Which of these are features of Terraform Cloud? Choose two correct answers.
The Terraform binary version and provider versions must match each other in a single configuration.