Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mukulmantosh/terraform-exercises

Learning Terraform with AWS - Learning Series
https://github.com/mukulmantosh/terraform-exercises

Last synced: 17 days ago
JSON representation

Learning Terraform with AWS - Learning Series

Awesome Lists containing this project

README

        

### Apply Update Resources

```bash
terraform init
terraform plan
terraform apply
```

### Delete Resources
```bash
terraform destroy
```