Skip to content

Commit

Permalink
#49 updated terraform version to 15.1 for github actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
khalezin committed May 3, 2021
1 parent 377a14f commit 0cddaef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: 'Terraform-validate'
runs-on: ubuntu-latest
container:
image: hashicorp/terraform:0.14.6
image: hashicorp/terraform:0.15.1
env:
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
name: 'Terraform-format'
runs-on: ubuntu-latest
container:
image: hashicorp/terraform:0.14.6
image: hashicorp/terraform:0.15.1
env:
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
steps:
Expand Down

0 comments on commit 0cddaef

Please sign in to comment.