We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 the version to allow for an AWS provider version of v5. It seems the dependency that was holding it back has been resolved.
A terraform init will allow me to use an AWS provider version of v5.
terraform init
terraform init with a providers.tf containing:
providers.tf
terraform { required_providers { aws = { source = "hashicorp/aws" version = "~> 5.0" } } }
No response
The text was updated successfully, but these errors were encountered:
The latest version of the ECS module requires AWS provider v5 due to the ec2 autoscaling module requiring >= 5.16 .
>= 5.16
Sorry, something went wrong.
#258
This issue can be closed, as #258 has been merged.
No branches or pull requests
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 aproviders.tf
containing:Screenshots
No response
Environment
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: