Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heiwa4126/terrraform-s3_1

Terraformで S3バケットを作るテスト。意外とめんどくさい
https://github.com/heiwa4126/terrraform-s3_1

Last synced: 5 days ago
JSON representation

Terraformで S3バケットを作るテスト。意外とめんどくさい

Awesome Lists containing this project

README

        

# terraform-s3_1

Terraformで S3バケットを作るテスト。意外とめんどくさい。

デプロイは
backend.config

variables.tf(`variables.tf-`がテンプレート)
を編集してから

```bash
terraform init -backend-config=backend.conf
terraform plan
terraform apply
```

で。

`terraform destroy` するときは
`prevent_destroy = false` に書き換えてから実行。

ここ変数にならない。理由はよくわからない。