Skip to content

Commit

Permalink
Update Terraform version in tests (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
grem11n committed Jan 16, 2023
1 parent 5b8a1c3 commit abb29df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
terraform: ['1.2.9']
terraform: ['1.3.7']
steps:
- uses: actions/checkout@master
- uses: hashicorp/setup-terraform@v1
Expand All @@ -38,12 +38,12 @@ jobs:
strategy:
max-parallel: 1
matrix:
terraform: ['1.2.9']
terraform: ['1.3.7']
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: '1.19'

- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit abb29df

Please sign in to comment.