https://github.com/nopp/usefull-terraform
Usefull terraform to create AWS Resources
https://github.com/nopp/usefull-terraform
Last synced: 4 months ago
JSON representation
Usefull terraform to create AWS Resources
- Host: GitHub
- URL: https://github.com/nopp/usefull-terraform
- Owner: nopp
- Created: 2020-09-02T17:36:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T21:19:07.000Z (almost 6 years ago)
- Last Synced: 2025-10-25T10:37:33.838Z (8 months ago)
- Language: HCL
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use
Working with terraform 0.12
### Default values
Region = us-east-2
CIDR = 10.39.0.0/16
```
$ ./createEnvironment.sh
$ ./removeEnvironment.sh
```