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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version
terraform v0.12.19
Affected Resource(s)
aws_cognito_identity_pool
Expected Behavior
cognito identity pool name can contain "-"
Actual Behavior
Error: "identity_pool_name" must contain only alphanumeric characters and spaces
bflad
added
bug
Addresses a defect in current functionality.
and removed
needs-triage
Waiting for first response or review from a maintainer.
labels
Nov 9, 2020
The fix for this has been merged and will release with version 3.15.0 of the Terraform AWS Provider, later this week. Thanks to @john-delivuk-rl for the implementation. 👍
Community Note
Terraform Version
terraform v0.12.19
Affected Resource(s)
Expected Behavior
cognito identity pool name can contain "-"
Actual Behavior
Steps to Reproduce
terraform plan
Important Factoids
References
https://github.com/terraform-providers/terraform-provider-aws/blob/5348ed3f1c47900f18c7f457a920de5f33cf7142/aws/validators.go#L1455
The text was updated successfully, but these errors were encountered: