i10416 / i10416/cloud-function-typescript
terraform の実行をdocker コンテナ経由で行うよう変更する
- 主要言語
- HCL
- スター
- 6
- フォーク
- 1
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
docker run -v $(pwd):/app -w /app hashicorp/terraform:0.12.0 init
docker run -v $(pwd):/app -w /app hashicorp/terraform:0.12.0 apply \
--auto-approve \
-var "PROJECT_ID=$xxxxx" \
-var "DEFAULT_REGION=$yyyyy" \
...
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
The issue gives Docker commands for Terraform 0.12.0 but names no target files. First locate the repository's Terraform configuration and any existing scripts or documentation for init and apply, then compare how variables such as PROJECT_ID and DEFAULT_REGION are passed. Done means the documented or scripted Terraform execution uses the specified container workflow consistently.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- docker, terraform
- 領域
- cloud, infrastructure
- issue の種類
- リファクタリング
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100