terraform destroy is the only way to remove infrastructure.
What value does the Terraform Cloud private registry provide over the public Terraform Module Registry?
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?
You're writing a Terraform configuration that needs to read input from a local file called id_rsa.pub . Which built-in Terraform function can you use to import the file's contents as a string?