pin terraform version to 1.2.9 in terraform tests (#5517)

This commit is contained in:
Thomas Rausch 2022-10-03 00:13:17 +02:00 committed by GitHub
parent 0509362737
commit 03c89c9cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,12 @@ jobs:
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.8" python-version: "3.8"
# FIXME: pinned because of https://github.com/hashicorp/terraform-provider-aws/issues/27049
- name: Install terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: "1.2.9"
terraform_wrapper: "false"
- name: Start MotoServer - name: Start MotoServer
run: | run: |
pip install PyYAML pip install PyYAML