You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix for this has been merged and will release with version 2.21.0 of the Terraform AWS Provider, later this week. 👍 Thanks to @jorcau for the fix implementation.
For further feature requests, documentation updates, or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!
Community Note
Instead it just shows a perpetual diff and never updates it. It looks like this isn't being checked for in the Update method:
https://github.com/terraform-providers/terraform-provider-aws/blob/ebd84798973319148b91b75c2da9f2d63a8f68a4/aws/resource_aws_cognito_user_pool_client.go#L264-L324
Terraform Version
Terraform v0.11.10
Note that the 1.57.99 version is because I'm building from a fork that is based on the 1.57 release.
Affected Resource(s)
Terraform Configuration Files
Followed by:
Expected Behavior
User pool client name should be updated.
Actual Behavior
The name doesn't change and a diff is still shown on the next plan.
Steps to Reproduce
terraform apply
first HCL blockterraform apply
second HCL blockThe text was updated successfully, but these errors were encountered: