-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Wrong validation foraws_cloudwatch_event_target
input_transformer.input_paths
maximum size
#19698
Comments
Yeah, thanks for the hint |
This functionality has been released in v3.45.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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
According to AWS documentation maximum number of items in
InputTransformer.InputPathsMap
is 100. Provider limits it to 10.Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v0.13.7
Affected Resource(s)
aws_cloudwatch_event_target
Expected Behavior
100 items in
input_transformer.input_paths
should be allowed.Actual Behavior
Error is thrown:
Steps to Reproduce
Create event target resource and pass more than 10 items in input_paths:
The text was updated successfully, but these errors were encountered: