An open API service indexing awesome lists of open source software.

https://github.com/mh4gf/terraform-aws


https://github.com/mh4gf/terraform-aws

Last synced: 5 months ago
JSON representation

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
```