It is best practice to store secret data in the same version control repository as your Terraform configuration.
Which command should you run to check if all code in a Terraform configuration that references multiple modules is properly formatted without making changes?
You're building a CI/CD (continuous integration/continuous delivery) pipeline and need to inject sensitive variables into your Terraform run. How can you do this safely?
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)