-
Notifications
You must be signed in to change notification settings - Fork 57
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
Bump maximum Terraform version #10
Conversation
If this looks good, would love to see this merged :) Thanks! |
@adammeghji After reading other modules I see it's rare people put in upper version constraints at all, they seem to leave that part to the end user mostly. We're using my fork as module source rather than the released one right now to move to AWS 4.x provider. |
DNXLabs out of business? |
DNXLabs are not updating the origin repository so we are forced to make our own fork. DNXLabs#10
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.
I don't see any issues changing the max aws-cli version to work over version 4.
Hi folks 👋 Just encountered the dependency issue that this PR addresses. Does anyone know if this PR will be merged in the near future? Thanks. |
@Lillecarl maybe you would like to take over this module (by forking). Looks like author doesn't have time to maintain it any more. |
Hi @sobi3ch! I've never pushed a module to the TF registry and I honestly don't wan't external orgs to depend on me. If i were you I'd fork my repo and use the git module syntax in your code to fetch the module from your own fork. Since this PR I've changed from a DevOps role to an SRE role where it's more automation of servers than cloud environments, I'm only on assist mode with the DevOps team now. Though the module works great with this path still, so I'd definitely fork and use it :) Good luck! |
Thank you 😄 |
Bump maximum Terraform version (DNXLabs#10)
Bump TF version so we can use the newer 4.x features in projects depending on this module.
Types of changes
Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
Not sure if less than 5 is appropriate, but it was less than 4 before and there was no incompabilities when i bumped the version across our infra (related to EFS)