Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maheshrijal/tf-dev-env-aws
Provisioning a development environment with terrafrom in aws
https://github.com/maheshrijal/tf-dev-env-aws
Last synced: about 1 month ago
JSON representation
Provisioning a development environment with terrafrom in aws
- Host: GitHub
- URL: https://github.com/maheshrijal/tf-dev-env-aws
- Owner: maheshrijal
- Created: 2022-04-18T13:28:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T17:07:52.000Z (about 1 year ago)
- Last Synced: 2024-12-23T19:49:00.298Z (about 1 month ago)
- Language: HCL
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security-group.tf
Awesome Lists containing this project
README
# create a development environment with terrafrom in aws
### Features
- Create instance with private key on device
- Add instance config to ~/.ssh for easy ssh using vscode
- Output instance IP once created### To-Do
- Delete configuration from ssh config when instance is destroyed