https://github.com/mh4gf/terraform-aws
https://github.com/mh4gf/terraform-aws
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mh4gf/terraform-aws
- Owner: MH4GF
- Created: 2020-04-02T02:44:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T13:38:36.000Z (about 4 years ago)
- Last Synced: 2025-04-01T19:05:28.957Z (about 1 year ago)
- Language: HCL
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-aws
個人開発で使うterraformリソース
# usage
## 環境変数の追加
```
cp .env.example .env
# AWSのアクセスキーなどを追加
```
## docker-composeで操作
```
docker-compose up --build -d
docker-compose exec terraform sh
terraform init
```