Skip to content
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

Fix/multiple app clients issue #76

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

p-golovkin
Copy link

Fixes following error during terraform plan with multiple app-clients defined:

│ on .terraform/modules/console_ui_cognito_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
│ │ var.module_enabled is true

│ The true and false result expressions must have consistent types. The
│ 'true' value includes object attribute "auto-test-app", which is absent in
│ the 'false' value.

@p-golovkin p-golovkin requested review from mariux and a team as code owners September 6, 2023 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant