-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
v3.20.0 breaks already running AWS Back configuration #16583
Comments
Setting it to 90 removes the error but shows this little thing: |
FWIW, going back to 3.19 (not3.20).. worked for me provider "aws" {
# Pinned due to https://github.com/hashicorp/terraform-provider-aws/issues/16583
version = "~> 3.0,!= 3.20"
region = var.region
} |
Same issue also for me +1 |
There has been some prior history with this particular API handling: #8151 (comment) |
+1 breaking several production configurations |
The same issue also for me +1 |
Introduced by #16476 according to https://docs.aws.amazon.com/aws-backup/latest/devguide/API_Lifecycle.html |
The current change acts like it would be mandatory to keep a backup for 90 days even cold storage is not used |
Ill open up a follow up PR to remove validation. |
+1 here affected by this as well. using 3.19.0 fixes the issue for me. |
+1 |
1 similar comment
+1 |
Hey guys, no need to add "+1" comments. Just add yourself to the thumbs up emoji reaction to the main issue description. That helps the team prioritize issues w/o constant comment spam that doesn't add anything to the technical discussion. |
Hi @arnvid et al., we've merged in a fix that will prevent these |
This has been released in version 3.21.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v0.12.29
Terraform v0.13.5
Affected Resource(s)
aws_backup_plan
Terraform Configuration Files
The text was updated successfully, but these errors were encountered: