Which of the following Terraform versions offer the ability to use a private module registry? (select three)
The latest changes and updates from the administration for this exam.
Latest Update: May 22 2026
All questions are working fine.
Which of the following Terraform versions offer the ability to use a private module registry? (select three)
Select all that apply
True or False? If you have properly locked down access to your state file, it is safe to provide sensitive values inside of your Terraform configuration.
You need Terraform to destroy and recreate a single database server that was deployed with a bunch of other resources. You don't want to modify the Terraform code. What command can be used to accomplish this task?
You have declared a variable named db_connection_string inside of the app module. However, when you run a terraform apply, you get the following error message:

Why would you receive such an error?
True or False? When using Terraform Cloud or Enterprise, committing code to your version control system (VCS) can automatically trigger a speculative plan?
True or False? When developing Terraform code, you must include a provider block for each unique provider so Terraform knows which ones you want to download and use.
True or False? Official Terraform providers and modules are owned and maintained by HashiCorp.
Which of the following are advantages of using infrastructure as code (IaC) for your day-to-day operations? (select three)
Select all that apply
You have recently cloned a repo containing Terraform that you want to test in your environment. Once you customize the configuration, you run a terraform apply but it immediately fails. Why would the apply fail?
True or False? terraform validate will validate the syntax of your HCL files.