Use a full terraform container, not just the binary
This commit is contained in:
parent
36f33c2547
commit
ec9095a117
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
terraform:
|
terraform:
|
||||||
image: hashicorp/terraform:latest
|
image: registry.gitlab.com/gitlab-org/terraform-images/stable:latest
|
||||||
before_script:
|
before_script:
|
||||||
- ./scripts/terraform/terraform.sh init -backend=false
|
- ./scripts/terraform/terraform.sh init -backend=false
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue