https://github.com/parvanoe/terraform
https://github.com/parvanoe/terraform
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/parvanoe/terraform
- Owner: parvanoe
- Created: 2025-03-26T12:29:40.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-26T13:32:55.000Z (about 1 month ago)
- Last Synced: 2025-03-26T13:34:32.033Z (about 1 month ago)
- Language: HCL
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run the following Terraform commands to deploy:
terraform init
terraform apply -auto-approveRun the following Terraform command to clean up:
terraform destroy -auto-approve