-
Notifications
You must be signed in to change notification settings - Fork 105
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
QoL: Run acceptance tests against all the current minor versions of Terraform >= 0.12 #153
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, just one thing to possibly consider. 🚀
.github/workflows/test.yml
Outdated
- '0.12.30' | ||
- '0.13.6' | ||
- '0.14.5' | ||
- '0.12.31' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: If we switch to using the hashicorp/setup-terraform@v1
action instead of TF_ACC_TERRAFORM_VERSION
environment variable we can install the latest patch versions. Refer to terraform-provider-corner for an example. 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, actually I have seen your PR yesterday and I think we should do the switch.
Having the flexibility to test against the latest patch and not having to manually maintain this list is the best way.
Will update this PR.
FYI - I think this PR will also close #127 |
Thank you @bryantbiggs - I looked up but I couldn't find a PR or issue that described this issue. I'll apply the changes suggested by @bflad and will link and close that one. |
…er, to the `hashicorp/setup-terraform@v1` GH Action
Closes #140 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Context: https://github.com/hashicorp/terraform-providers-devex-internal/issues/94
Closes: #127