Infrastructure as code
We created our first Terraform code files and initialized our project using terraform init. Then we invoked terraform apply running the code to create an Azure resource group. Finally, you learned how to destroy and recreate the infrastructure using terraform destroy followed by terraform apply.
1
terraform destroy
This post is licensed under CC BY 4.0 by the author.