Which of the following are advantages of using infrastructure as code (laC) instead of provisioning with a graphical user interface (GUI)? Choose two correct answers.
Which of these are features of Terraform Cloud? Choose two correct answers.
The public Terraform Module Registry is free to use.
terraform apply will fail if you have not run terraform plan first to update the plan output.
What does state looking accomplish?
Which of the following can you do with terraform plan? (Pick 2 correct responses)
You must use different Terraform commands depending on the cloud provider you use.
Multiple team members are collaborating on infrastructure using Terraform and want to format the* Terraform code following standard Terraform-style convention.
How should they ensure the code satisfies conventions?
HashiCorp Configuration Language (HCL) supports user-denned functions.
Terraform can only manage resource dependencies if you set them explicitly with the depends_on argument.