Skip to content

Commit

Permalink
Merge pull request #222 from DFE-Digital/devops/terraform/version
Browse files Browse the repository at this point in the history
Added Terraform Version
  • Loading branch information
sfawcett123 authored Aug 19, 2020
2 parents 29dcdfa + 1086a6c commit 37d1334
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 37d1334

Please sign in to comment.