An open API service indexing awesome lists of open source software.

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

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
```