generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Labels
bugresource-suppressionIssue that prevents a resource from being generated.Issue that prevents a resource from being generated.
Description
Community Note
- 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
- The resources and data sources in this provider are generated from the CloudFormation schema, so they can only support the actions that the underlying schema supports. For this reason submitted bugs should be limited to defects in the generation and runtime code of the provider. Customizing behavior of the resource, or noting a gap in behavior are not valid bugs and should be submitted as enhancements to AWS via the CloudFormation Open Coverage Roadmap.
Description
This resource has different cased, but identically spelled properties (at different levels). This is causing an error in generation. SmsMessage and SMSMessage,
New or Affected Resource(s)
- aws_cognito_user_pool
Schema Definition
terraform-provider-awscc/internal/service/cloudformation/schemas/AWS_Cognito_UserPool.json
Lines 55 to 57 in ee1f5a1
| "SMSMessage": { | |
| "type": "string" | |
| } |
terraform-provider-awscc/internal/service/cloudformation/schemas/AWS_Cognito_UserPool.json
Lines 325 to 327 in ee1f5a1
| "SmsMessage": { | |
| "type": "string" | |
| } |
References
Metadata
Metadata
Assignees
Labels
bugresource-suppressionIssue that prevents a resource from being generated.Issue that prevents a resource from being generated.