i10416 / i10416/cloud-function-typescript

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

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HCL
Stars
6
Forks
1
PR merge metrics
No merged PRs in 30d

Description

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" \
...

Contributor guide

No contributing guide indexed for this repository

Research direction

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.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, terraform
Domain
cloud, infrastructure
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.