-
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
[Bug]: Cannot update EventBridge Pipe in place when source is DynamoDB Stream #32423
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Hey @sweetcoco 👋 Thank you for taking the time to raise this! So that we have the necessary information in order to look into this, can you supply debug logs (redacted as needed) as well? |
getting same error, with kinesis as source, http api destination as target AWS Provider Version: 5.7.0 error:
|
Relates #31607. |
hello, it seems there is still issue if there is filter parameters addition to top of the given resource i shared.
|
This issue is not resolved, the same exact error and output in my original opening of the issue is still happening.
|
can we reopen this issue ? |
also when I tried this combination as well, didn't work, same error,
|
Can this issue be re-open as I am facing the same error? Edit: |
This functionality has been released in v5.27.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. |
Terraform Core Version
v1.5.2
AWS Provider Version
5.6.2
Affected Resource(s)
aws_pipes_pipe
Expected Behavior
You should be able to update a Pipe in place
Actual Behavior
Any change to a pipe, including tags, that requires an "update in-place" action results in an error.
Relevant Error/Panic Output Snippet
aws_pipes_pipe.dynamodb_stream_pipe: Modifying... [id=my-ddbstream-pipe] ╷ │ Error: updating Amazon EventBridge Pipes Pipe (my-ddbstream-pipe): operation error Pipes: UpdatePipe, https response error StatusCode: 400, RequestID: 8342d00c-730e-434a-8b33-f0e6b23535fb, ValidationException: [numeric instance is lower than the required minimum (minimum: 1, found: 0)]
Terraform Configuration Files
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: