.github/workflows: Add Terraform CLI 1.1 testing (#6)

This commit is contained in:
Brian Flad 2021-12-22 13:43:43 -05:00 committed by GitHub
parent 24d49d60fb
commit 5f2383b256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ jobs:
# list whatever Terraform versions here you would like to support # list whatever Terraform versions here you would like to support
terraform: terraform:
- '1.0.*' - '1.0.*'
- '1.1.*'
steps: steps:
- uses: actions/setup-go@v2 - uses: actions/setup-go@v2
with: with: