pin terraform version to 1.2.9 in terraform tests (#5517)
This commit is contained in:
parent
0509362737
commit
03c89c9cfe
6
.github/workflows/test_terraform.yml
vendored
6
.github/workflows/test_terraform.yml
vendored
@ -29,6 +29,12 @@ jobs:
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
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
|
||||
run: |
|
||||
pip install PyYAML
|
||||
|
Loading…
Reference in New Issue
Block a user