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
Hey, I try to use the module to create a fresh Cognito User Pool. The terraform plan -refresh-only fails with
Terraform v1.1.3
on linux_amd64
Configuring remote state backend...
Initializing Terraform configuration...
╷
│ Error: Unsupported attribute
│
│ on .terraform/modules/aws-cognito-user-pool/outputs.tf line 16, in locals:
│ 16:tags=local.o_user_pool_tags!=null?local.user_pool.tags : {}
│ ├────────────────
│ │ local.user_pool is object with no attributes
│
│ This object does not have an attribute named "tags".
╵
Provider: hashicorp/aws v3.74.3
For me that looks like a bug or do I wrongly used something?
The text was updated successfully, but these errors were encountered:
Hey, I try to use the module to create a fresh Cognito User Pool. The
terraform plan -refresh-only
fails withProvider:
hashicorp/aws v3.74.3
For me that looks like a bug or do I wrongly used something?
The text was updated successfully, but these errors were encountered: