Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin terraform version to 1.2.9 for terraform-tests #6962

Merged
merged 3 commits into from
Oct 2, 2022

Conversation

thrau
Copy link
Member

@thrau thrau commented Oct 2, 2022

This PR downgrades terraform to 1.2.9 in the terraform tests. This is a wrokaround for an issue that started appearing with 1.3.0 hashicorp/terraform-provider-aws#27049

@dominikschubert already did some initial detective work in #6954.

I remembered from working on https://github.com/localstack/localstack-terraform-test that the tests actually check the path for an existing terraform binary, and they will use that to deploy the test scripts. The github action seems to come with terraform 1.3.0, so I added a step to overwrite it with a pinned version, in this case 1.2.9, which seems to still work.

@coveralls
Copy link

coveralls commented Oct 2, 2022

Coverage Status

Coverage remained the same at 79.069% when pulling dae05f9 on downgrade-terraform-for-tests into 7bfb54d on master.

@thrau thrau merged commit 3a32202 into master Oct 2, 2022
@thrau thrau deleted the downgrade-terraform-for-tests branch October 2, 2022 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants