HashiCorp Terraform Associate 003 Practice Test - Questions Answers
List of questions
Related questions
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?
How can a ticket-based system slow down infrastructure provisioning and limit the ability to scale? Choose two correct answers.
You have a Terraform configuration that defines a single virtual machine with no references to it, You have run terraform apply to create the resource, and then removed the resource definition from your Terraform configuration file.
What will happen you run terraform apply in the working directory again?
You can develop a custom provider to manage its resources using Terraform.
What is one disadvantage of using dynamic blocks in Terraform?
Which backend does the Terraform CU use by default?
How does Terraform manage most dependencies between resources?
You should run terraform fnt to rewrite all Terraform configurations within the current working directory to conform to Terraform-style conventions.
Your risk management organization requires that new AWS S3 buckets must be private and encrypted at rest. How can Terraform Cloud automatically and proactively enforce this security control?
Which of the following is not a key principle of infrastructure as code?
Question