Skip to content

bump to 2.9.0 to get dep fix #2263

bump to 2.9.0 to get dep fix

bump to 2.9.0 to get dep fix #2263

name: 'validate tf'
# run everywhere; should be internally consistent
on:
push:
branches:
- '**'
jobs:
validate_tf_example_dev:
strategy:
matrix:
example_path: [
'examples-dev/aws',
'examples-dev/gcp',
]
terraform_version: [ '~1.6.0', '~1.7.0', '~1.8.0', '~1.9.0', '~1.10.0', 'latest' ]
uses: ./.github/workflows/ci-terraform-example.yaml
with:
terraform_version: ${{ matrix.terraform_version }}
example_path: ${{ matrix.example_path }}