-
Notifications
You must be signed in to change notification settings - Fork 138
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
cognito: UserPool
CRD has many parameters as array while they are not
#443
Comments
Now I see this comes from the schema of Terraform: https://github.com/hashicorp/terraform-provider-aws/blob/1076f598ee88175e7409c5887edcf87e6cbeab20/internal/service/cognitoidp/user_pool.go#L39 So it's probably an expected result, but I am curious why it's implemented in this way. |
This issue has been blocked due to issue: One-element arrays could be considered as objects |
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
This issue is being closed since there has been no activity for 14 days since marking it as |
What happened?
Many parameters in cognitoidp.aws.upbound.io/v1beta1.UserPool are specified as an array while it actually should be object since they should only be either set once or optional.
Those are what we got issues while trying to use:
How can we reproduce it?
We have composition like this:
While trying to use this composition, it got those errors:
So it requires an array like for those config while it doesn't make sense as an array:
What environment did it happen in?
The text was updated successfully, but these errors were encountered: