Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mukulmantosh/terraform-exercises
- Owner: mukulmantosh
- Created: 2023-11-02T03:11:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-07T05:37:57.000Z (about 1 year ago)
- Last Synced: 2023-11-07T06:28:21.680Z (about 1 year ago)
- Language: HCL
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Apply Update Resources
```bash
terraform init
terraform plan
terraform apply
```### Delete Resources
```bash
terraform destroy
```