-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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: Change aws_cloudwatch_event_rule pattern size to 4096 #34270
fix: Change aws_cloudwatch_event_rule pattern size to 4096 #34270
Conversation
Community NoteVoting for Prioritization
For Submitters
|
a5424f4
to
c9dc65f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
@acwwat Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.25.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
This PR is for increasing the event rule pattern size from 2048 to 4096 in the
event_pattern
validation rule foraws_cloudwatch_event_rule
. I was contemplating whether it's more appropriate to remove the max length validation and just let the error propagate at the AWS API level, but saw in the AWS API schema that it sets the max length to 4096. To follow this pattern, I've opted to increase the max length in the attribute validation function. For good measure, I've added a note about quota limit in the documentation.Relations
Closes #33732
References
Output from Acceptance Testing