Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Terraform based repositories
Cloudflare Zone Module
Commits
060a6460
Commit
060a6460
authored
May 23, 2019
by
Mike Horwath
Browse files
make automation work
parent
f65729ff
Pipeline
#193
passed with stage
in 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
060a6460
image
:
alpine:latest
job
:
script
:
-
apk update && apk upgrade && apk add git
-
wget -q https://releases.hashicorp.com/terraform/0.11.13/terraform_0.11.13_linux_amd64.zip -O/tmp/terraform.zip
-
unzip /tmp/terraform.zip -d /usr/bin
-
chmod 0755 /usr/bin/terraform
-
echo "removing backend.tf to test init" && rm -f backend.tf
-
/usr/bin/terraform version
-
/usr/bin/terraform init -upgrade
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment