-
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
aws_cognito_user_pool asking for update to remove account_recovery_setting without changes #17228
Comments
This issue appears since 3.19.0. |
Is there any workaround? I tried fiddling with the remote state, and nothing I do seems to fix this.
|
I just pinned the version of the aws provider... terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.18.0" # https://github.com/hashicorp/terraform-provider-aws/issues/17228
}
} |
This functionality has been released in v3.45.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. Thank you! |
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. |
Community Note
Terraform CLI and Terraform AWS Provider Version
terraform version: 0.14.5
aws provider version: v3.24.1
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
~ update in-place
Terraform will perform the following actions:
aws_cognito_user_pool.name will be updated in-place
~ resource "aws_cognito_user_pool" "clubware-logins-ap-southeast-2" {
id = "xxxx"
name = ""
tags = {}
# (9 unchanged attributes hidden)
- account_recovery_setting {
}
# (13 unchanged blocks hidden)
}
Expected Behavior
no need to show the update request
since there is no change
Actual Behavior
~ update in-place
Terraform will perform the following actions:
aws_cognito_user_pool.name will be updated in-place
~ resource "aws_cognito_user_pool" "clubware-logins-ap-southeast-2" {
id = "xxxx"
name = ""
tags = {}
# (9 unchanged attributes hidden)
- account_recovery_setting {
}
# (13 unchanged blocks hidden)
}
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: