Aaron is new to Terraform and has a single configuration file that is ready to be deployed. Which of the following can be true about this configuration file? (select three)
The latest changes and updates from the administration for this exam.
Latest Update: May 22 2026
All questions are working fine.
Aaron is new to Terraform and has a single configuration file that is ready to be deployed. Which of the following can be true about this configuration file? (select three)
Select all that apply
Terraform has detailed logs that can be enabled using the TF_LOG environment variable. Which of the following log levels is the most verbose, meaning it will log the most specific logs?
When a terraform apply is executed, where is the AWS provider retrieving credentials to create cloud resources in the code snippet below?

Which of the following best describes a "data source"?
Terraform Cloud Agents are a feature that allows Terraform Cloud to communicate with private infrastructure, such as VMware hosts running on-premises. Which version of Terraform Cloud supports this feature?
True or False? A remote backend configuration is required for using Terraform.
True or False? Before a terraform validate can be run, the directory must be initialized.
Your organization uses IaC to provision and manage resources in a public cloud platform. A new employee has developed changes to existing code and wants to push it into production.
What best practice should the new employee follow to submit the new code?
When initializing Terraform, you notice that Terraform's CLI output states it is downloading the modules referenced in your code. Where does Terraform cache these modules?
What Terraform command can be used to evaluate and experiment with expressions in your configuration?