You have just developed a new Terraform configuration for two virtual machines with a cloud provider. You would like to create the infrastructure for the first time.
Which Terraform command should you runfirst?
Which Terraform collection type should you use to store key/value pairs?
Which of the following is not a benefit of adopting infrastructure as code?
Which of the following is true about terraform apply?(Pick 2 correct responses)
What functionality do providers offer in Terraform?(Pick 3 correct responses)
You used Terraform to create an ephemeral development environment in the cloud and are now ready to destroy all the infrastructure described by your Terraform configuration. To be safe, you would like to first see all the infrastructure that Terraform will delete.
Which command should you use to show all the resources that will be deleted? (Pick the 2 correct responses)
You want to use API tokens and other secrets within your team's Terraform workspaces. Where does HashiCorp recommend you store these sensitive values? (Pick the 3 correct responses)
All modules published on the official Terraform Registry are maintained and tested by HashiCorp.
How can a ticket-based system slow down infrastructure provisioning and limit the ability to scale? Choose two correct answers.
What type of block is used to construct a collection of nested configuration blocks?