i10416 / i10416/cloud-function-typescript

terraform の実行をdocker コンテナ経由で行うよう変更する

オープン
#2 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。