You have multiple team members collaborating on infrastructure as code (IaC) using Terraform, and want to apply formatting standards for readability.
How can you format Terraform HCL (HashiCorp Configuration Language) code according to standard Terraform style convention?
When you use a backend that requires authentication, it is best practice to:
Which of the following should you put into the required_providers block?
A developer on your team is going to leaf down an existing deployment managed by Terraform and deploy a new one. However, there is a server resource named aws instant.ubuntu[l] they would like to keep. What command should they use to tell Terraform to stop managing that specific resource?
You have created a main.tf Terraform configuration consisting of an application server, a database and a load balanced. You ran terraform apply and Terraform created all of the resources successfully.
Now you realize that you do not actually need the load balancer, so you run terraform destroy without any flags. What will happen?
The public Terraform Module Registry is free to use.
All standard backend types support state locking, and remote operations like plan, apply, and destroy.
Which of these statements about Terraform Cloud workspaces is false?
What type of information can be found on the Terraform Registry when using published modules?
Which of these is true about Terraform ' s plugin-based architecture?