Use a full terraform container, not just the binary

This commit is contained in:
Jake Howard 2021-07-11 17:47:56 +01:00
parent 36f33c2547
commit ec9095a117
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,5 +1,5 @@
terraform:
image: hashicorp/terraform:latest
image: registry.gitlab.com/gitlab-org/terraform-images/stable:latest
before_script:
- ./scripts/terraform/terraform.sh init -backend=false
script: