You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It sounds like you are suggesting updating the cloudposse/s3-log-storage/aws module to use the latest version of the AWS Provider and other dependencies. Currently, this module depends on cloudposse/s3-bucket/aws, which requires version 4 of the AWS Provider, but the context.tf file in the cloudposse/s3-log-storage/aws module is still using version 0.24.1 of the null-label provider.
To fix this issue, you can update the context.tf file in the cloudposse/s3-log-storage/aws module to use the latest version of the null-label provider (0.25.0 or higher). This will ensure that the cloudposse/s3-log-storage/aws module is compatible with the dependencies it uses, including cloudposse/s3-bucket/aws, which requires version 4 of the AWS Provider.
Additionally, you can update the cloudposse/s3-log-storage/aws module to use the latest versions of any other dependencies it may have, in order to take advantage of the latest features and improvements.
Overall, updating the cloudposse/s3-log-storage/aws module to use the latest versions of its dependencies will ensure compatibility and allow users to take advantage of the latest features and improvements.
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
cloudposse/s3-log-storage/aws
depends oncloudposse/s3-bucket/aws
, which requires v4 of the AWS Providercontext.tf
is still usingnull-label
0.24.1.
instead of0.25.0
Expected Behavior
This module should use the latest version of the aforementioned dependencies
Use Case
tenant
label cannot be used becausenull-label
0.25.0
is not usedDescribe Ideal Solution
Support latest AWS Provider and manually update
context.tf
Alternatives Considered
N/A
Additional Context
N/A
The text was updated successfully, but these errors were encountered: