-
Notifications
You must be signed in to change notification settings - Fork 0
[PRM-372] Updating aws provider from v5 to v6 #332
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
base: main
Are you sure you want to change the base?
Conversation
Report for environment: ndr-devTerraform Initialization ⚙️
|
One related warning remains in the |
@@ -2,7 +2,7 @@ terraform { | |||
required_providers { |
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.
Pretty sure we don't need to set required_providers in any of the modules as the main module will pass it through. I could be wrong but it would certainly clean up the need to set versions in every module.
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.
These blocks were recently added (PRM-367) to remove a warning from the log; this was the recommended approach.
No description provided.