https://github.com/mukulmantosh/terraform-exercises
Learning Terraform with AWS - Learning Series
https://github.com/mukulmantosh/terraform-exercises
Last synced: 3 months 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-07T05:37:57.000Z (over 1 year ago)
- Last Synced: 2025-03-25T05:04:21.765Z (3 months ago)
- Language: HCL
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- 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
```