You add a new provider to your configuration and immediately run terraform apply in the CD using the local backend. Why does the apply fail?
Which command must you first run before performing further Terraform operations in a working directory?
HashiCorp Configuration Language (HCL) supports user-denned functions.
As a member of an operations team that uses infrastructure as code (lac) practices, you are tasked with making a change to an infrastructure stack running in a public cloud. Which pattern would follow laC best practices for making a change?
Which of the following is not a way to trigger terraform destroy?
You're building a CI/CD (continuous integration/continuous delivery) pipeline and need to inject sensitive variables into your Terraform run. How can you do this safely?
What does the default "local" Terraform backend store?
Terraform configuration can only import modules from the public registry.
terraform init retrieves and caches the configuration for all remote modules.
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 3)