https://github.com/dmdv/terraform-studio
terraform collections
https://github.com/dmdv/terraform-studio
terraform
Last synced: about 1 year ago
JSON representation
terraform collections
- Host: GitHub
- URL: https://github.com/dmdv/terraform-studio
- Owner: Dmdv
- License: mit
- Created: 2023-10-15T05:52:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T05:49:59.000Z (over 2 years ago)
- Last Synced: 2025-02-12T10:28:21.599Z (over 1 year ago)
- Topics: terraform
- Language: HCL
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-studio
## Destroying the infrastructure
To destroy the infrastructure, run the following command:
```bash
terraform plan -destroy -out=destroy.tfplan
terraform apply destroy.tfplan
```