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
After upgrade to latest terraform, some of my user pools are invalid. I have errors like this:
│ Error: Inconsistent conditional result types
│
│ on .terraform/modules/acme_user_pool/main.tf line 214, in resource "aws_cognito_user_pool_client" "client":
│ 214: for_each = var.module_enabled ? local.clients : {}
│ ├────────────────
│ │ local.clients is object with 2 attributes
│
│ The true result value has the wrong type: attribute types must all match for conversion to map.
If I hotpatch the code to look like this, it fixes this for me.
After upgrade to latest terraform, some of my user pools are invalid. I have errors like this:
If I hotpatch the code to look like this, it fixes this for me.
I am not sure if there is an error in my configuration or if this is a legitimate fix for this issue. I can open a PR if needed
The text was updated successfully, but these errors were encountered: