Skip to content
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

Consistent aws provider versions #725

Open
rocketnova opened this issue Aug 8, 2024 · 1 comment
Open

Consistent aws provider versions #725

rocketnova opened this issue Aug 8, 2024 · 1 comment
Labels
dependencies Pull requests that update a dependency file type: tech debt Improvements to code quality that don't necessarily have noticeable functional or behavior changes

Comments

@rocketnova
Copy link
Contributor

Currently, we have inconsistent aws provider version pinning:

  • version = "~>5.6.0"
  • version = "5.2.0"
  • version = "~>4.67.0"
  • version = ">= 4.56.0, < 5.0.0"
  • version = "~>5.6.0"
  • version = "~>4.20.1"

Similar to #587, should we make this more consistent and pessimistically pin to the same minor version? Should we update to the latest version of the aws provider?

@rocketnova
Copy link
Contributor Author

Related to #724

@rocketnova rocketnova added dependencies Pull requests that update a dependency file type: tech debt Improvements to code quality that don't necessarily have noticeable functional or behavior changes labels Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file type: tech debt Improvements to code quality that don't necessarily have noticeable functional or behavior changes
Projects
None yet
Development

No branches or pull requests

1 participant