-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
feat: Add support for aws provider 5.0 #280
Conversation
@MaxymVlasov please run
and commit the changes |
/terratest |
@MaxymVlasov something is still not up to date https://github.com/cloudposse/actions/actions/runs/5113055710/jobs/9191823420 |
/terratest |
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.
some terraform modules need to be updated to support the aws provider v5
looks like test failures are due to AWS changes affecting new resources:
https://aws.amazon.com/blogs/aws/heads-up-amazon-s3-security-changes-are-coming-in-april-of-2023/
https://aws.amazon.com/blogs/developer/announcing-the-end-of-support-for-node-js-12-x-in-the-aws-sdk-for-javascript-v3/ |
You will need something like this to fix the problems regarding S3 : |
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.
@MaxymVlasov please update the module versions to the latest
Co-authored-by: Andriy Knysh <[email protected]>
/terratest |
/terratest |
compatibility issues. Guided by Andriy Knysh
/terratest |
Was resolved by #284 |
what
why
That fields/modules have deprecated stuff, that was removed in 5.0
references
Also, includes #282 as @aknysh suggest