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

Add AWS Provider v5 Support #268

Open
lelitzer-tp opened this issue Apr 27, 2024 · 3 comments
Open

Add AWS Provider v5 Support #268

lelitzer-tp opened this issue Apr 27, 2024 · 3 comments
Labels
bug 🐛 An issue with the system

Comments

@lelitzer-tp
Copy link

Describe the Bug

Update the version to allow for an AWS provider version of v5. It seems the dependency that was holding it back has been resolved.

Expected Behavior

A terraform init will allow me to use an AWS provider version of v5.

Steps to Reproduce

terraform init with a providers.tf containing:

terraform {
  required_providers {
    aws = {
      source  = "hashicorp/aws"
      version = "~> 5.0"
    }
  }
}

Screenshots

No response

Environment

No response

Additional Context

No response

@lelitzer-tp lelitzer-tp added the bug 🐛 An issue with the system label Apr 27, 2024
@lelitzer-tp
Copy link
Author

The latest version of the ECS module requires AWS provider v5 due to the ec2 autoscaling module requiring >= 5.16 .

@lelitzer-tp
Copy link
Author

#258

@adamantike
Copy link
Contributor

This issue can be closed, as #258 has been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

2 participants