Closed jseiser closed 1 year ago
For now, I'm using a lower provider version <5.0:
terraform {
...
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.69, < 5.0"
}
}
...
}
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
Have the same issue. Not a big deal since atlantis lives in its own state and I can use any provider version regardless of the rest of the code
This is def a problem for us, because its preventing the upgrade of our VPC module that this ECS deployment exists in : https://github.com/terraform-aws-modules/terraform-aws-vpc
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
Still an issue
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
Still an issue
This issue has been resolved in version 4.0.0 :tada:
I'm going to lock this issue because it has been closed for 30 days β³. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Please provide a clear and concise description of the issue you are encountering, and a reproduction of your configuration (see the
examples/*
directory for references that you can copy+paste and tailor to match your configs if you are unable to copy your exact configuration). The reproduction MUST be executable by runningterraform init && terraform apply
without any further changes.If your request is for a new feature, please use the
Feature request
template.β οΈ Note
Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Module version [Required]:
Terraform version: 1.3.7
Provider version(s): 5.0.0
Reproduction Code [Required]
Expected behavior
Deploys
Actual behavior