-
Notifications
You must be signed in to change notification settings - Fork 14
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
Feature: add region explicitly in aws provider to avoid regressions #15
Conversation
is any maintainer around? |
Hi @andylamp, Sorry for the slowness in getting this resolved. There have been other priorities which means this project has slightly slipped - we'll be looking for more maintainers of the project soon. Could you recreate the branch without the |
hey @Tomdango! thanks for reaching out and sorry for pestering about this but we needed to deploy the module. Due the issues it had we could not. Firstly, at first apply - at least with the latest providers and terraform versions - the resource Commenting that was the easiest way to get this running as it was not of high priority to us to have this going, but feel this is a significant issue. Another is that the Note: these again used the philosophy of enhance functionality but not introduce breaking changes, so every change is a drop-in replacement without affecting current functionality. LMK what you think. |
@Tomdango, just asking again about this for the last time... otherwise, I think I'll just fork and publish my own version in TF repositories... |
Closing this due to the reasons state above. |
Sorry @andylamp - I'm happy to include these changes. There's not really any active maintainers of this repo outside of myself at the moment, so I'll likely add a note on the main README that we'd be looking for more maintainers on this project. The count issue was resolved in #17, minus the commented out changes in |
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.
The changes look good - just the commented sections need reintroducing and then I'll merge and create a new release.
Signed-off-by: Thomas Judd-Cooper <[email protected]>
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.
Approved as updating from main replaced the changes as part of a merge conflict.
@Tomdango thanks a lot for the visibility, sorry was not aware this was not actively maintained... I know the burden open source can bring... Just wanted to have these changes since we are actively using this library in our FE pipelines. BTW, given that we are actively using this perhaps I could chip in to help you maintain this? If that's OK with you as well... |
ah, also - the latest version is v1.0.6 which includes a few other fixes as well... I'll merge these changes an open a new PR regarding this. |
@andylamp Feel free to send an email over to [email protected] and we'll take it from there 🙂 |
Description
This addresses the regression observed in certain configurations as described in issue #14.
The PR refactors the project to take the
region
from variables but only if and only if provided explicitly. If not, the current behavior is maintained. This refactor means that all modules within the project take the provider region as a parameter which is used for all non aliased (i.e. non-global) ones.Context
Resolves regressions observed in #14.
Type of changes
Checklist
Sensitive Information Declaration
To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.