True or False? A main.tf file is always required when using Terraform?
The latest changes and updates from the administration for this exam.
Latest Update: May 22 2026
All questions are working fine.
True or False? A main.tf file is always required when using Terraform?
Ralphie has executed a terraform apply using a complex Terraform configuration file. However, a few resources failed to deploy due to incorrect variables. After the error is discovered, what happens to the resources that were successfully provisioned?
What happens when you apply a Terraform configuration using terraform apply? (select two)
Select all that apply
You have a Terraform configuration file defining resources to deploy on VMware, yet there is no related state file. You have successfully run terraform init already. What happens when you run a terraform apply?
Given the following snippet of code, what does servers = 4 reference?

Which type of configuration block assigns a name to an expression that can be used multiple times within a module without having to repeat it?
Larissa is an experienced IT professional and is working to learn Terraform to manage the F5 load balancers that front-end customer-facing applications. Larissa writes great code, but her formatting seldom meets the Terraform canonical formatting and style recommended by HashiCorp. What built-in tool or command can Larissa use to easily format her code to meet the recommendations for formatting Terraform code?
What function does the terraform init -upgrade command perform?
Which of the following are the benefits of using modules in Terraform? (select three)
Select all that apply
Based on the following code, which of the resources will be created first?
