i10416 / i10416/cloud-function-typescript
terraform の実行をdocker コンテナ経由で行うよう変更する
- Langage dominant
- HCL
- Étoiles
- 6
- Forks
- 1
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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" \
...
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- docker, terraform
- Domaine
- cloud, infrastructure
- Type d'issue
- Refactorisation
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 35/100