Skip to content

Commit

Permalink
Added Terraform Version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfawcett123 committed Aug 19, 2020
1 parent 29dcdfa commit 1086a6c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: hashicorp/setup-terraform@v1
with:
terraform_version: 0.12.28

- name: Get Short SHA
id: sha
run: echo ::set-output name=short::$(git rev-parse --short $GITHUB_SHA)
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: hashicorp/setup-terraform@v1
with:
terraform_version: 0.12.28

- name: Terraform Init
run: |
cd terraform/monitoring && pwd
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
id: sha
run: echo ::set-output name=short::$(git rev-parse --short $GITHUB_SHA)

- uses: hashicorp/setup-terraform@v1
with:
terraform_version: 0.12.28

- name: Install Terraform CloudFoundry Provider
run: |
mkdir -p $HOME/.terraform.d/plugins/linux_amd64
Expand Down

0 comments on commit 1086a6c

Please sign in to comment.