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

Update Terraform AWS Provider #2097

Open
hyde-mwarren opened this issue Feb 26, 2024 · 4 comments
Open

Update Terraform AWS Provider #2097

hyde-mwarren opened this issue Feb 26, 2024 · 4 comments

Comments

@hyde-mwarren
Copy link

The Terraform AWS provider is currently pinned to <5. This means that lambdas are limited to the Python 3.10 runtime.

"required_providers": {
      "aws": {
        "version": ">= 2, < 5"
      },

below are the versions when the new Python runtimes were added to the AWS provider:

  • Python 3.10 - AWS Provider v5.10.0
  • Python 3.11 - AWS Provider v5.32.0
@maierthomas
Copy link

Used AWS Provider

  • Installed hashicorp/aws v4.67.0 (signed by HashiCorp)

image

@maierthomas
Copy link

maierthomas commented Mar 18, 2024

Has anyone tried changing the Terraform AWS provider manually? (>5)
What side effect does it have on the terra deployment?

@rodolfolottin
Copy link

Hi @jamesls, I think this currently blocks creating managed layers using Python 3.11 or greater. I saw that you put a PR #2087 but I didn't see these changes there. Was that on purpose?

@rodolfolottin
Copy link

I manually updated it and everything has been working so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants