-
Notifications
You must be signed in to change notification settings - Fork 27
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
AWS provider >=4.0.0
requirement causes incompatibilities with other popular modules
#68
Comments
there are no specific requirements we needed from 4.0.0, but we would like to be as near to the latest version as possible. saw there is a workaround to avoid default provider to be determined by the maximum version of modules that you disliked. |
Indeed. I disliked it because that's not designed to work as per this thread. :P |
hum, yep, that explanation about cross-module provider makes sense. going to the official docs
indeed one version per provider source is selected and chosen in the
and a constraint like |
@wideawakening would it help if I created a commit/PR for this change? Or you rather not lower the constraint anymore? |
we rather not lower the constraint and push forward, but depends on our client's requirements too. have not had much feedback related to this topic. anyhow, is the aws/s3 module the only thing that's blocking you right now? if so, think it's worth to wait. |
Yes, unless we completely isolate Sysdig modules. But I completely understand that stance of not downgrading version requirements. I think we may close this issue. 🇺🇦 💪🏽 |
Hi guys! terraform-aws-modules/terraform-aws-s3-bucket#139 is almost ready to be released. I need to verify one example for S3 replication, so if you have time (today or tomorrow) and the possibility, please give that PR a try:
There is an upgrade guide - https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/blob/fix-tf-provider-v4/UPGRADE-3.0.md |
The
hashicorp/aws
provider version 4.0 and above introduced quite a bit of incompatibility problems.Some examples:
terraform-aws-s3-bucket
- Support terraform-provider-aws 4.x terraform-aws-modules/terraform-aws-s3-bucket#137terraform-provider-aws
RDS - resource/aws_db_instance: Correctly handles update and reboot for replica instances hashicorp/terraform-provider-aws#22178 (comment)These are just few issues we are encountering with 4.0.0.
Seeing as how
3.74.x
is still being maintained (most recent minor from 5 days ago), maybe it is possible to lower the requirement of this particular module to>=3.74.3
? Unless, of course, the module or Sysdig provider itself already depend on some 4.0+ specifics.The text was updated successfully, but these errors were encountered: