Which method for sharing Terraform configurations fulfills the following criteria:
1. Keeps the configurations confidential within your organization
2. Support Terraform’s semantic version constrains
3. Provides a browsable directory
You ate making changes to existing Terraform code to add some new infrastructure. When is the best time to run terraform validate?
Which of the following should you add in the required_providers block to define a provider version constraint?
Which of the following is not a key principle of infrastructure as code?
Which of these are features of HCP Terraform/Terraform Cloud? (Pick the 2 correct responses)
When should you write Terraform configuration files for existing infrastructure that you want to start managing with Terraform?
Terraform encrypts sensitive values stored in your state file.
You have never used Terraform before and would like to test it out using a shared team account for a cloud provider. The shared team account already contains 15 virtual machines (VM). You develop a Terraform configuration containing one VM. perform terraform apply, and see that your VM was created successfully. What should you do to delete the newly-created VM with Terraform?
How do you specify a module’s version when publishing it to the public terraform Module Registry?
Which of the following is not true of Terraform providers?