eventbridge-sfn-terraform: Update AWS Provider to v6#3069
Open
kakakakakku wants to merge 2 commits intoaws-samples:mainfrom
Open
eventbridge-sfn-terraform: Update AWS Provider to v6#3069kakakakakku wants to merge 2 commits intoaws-samples:mainfrom
kakakakakku wants to merge 2 commits intoaws-samples:mainfrom
Conversation
kakakakakku
commented
Apr 20, 2026
| } | ||
|
|
||
| # Create an IAM policy for Eventbridge to be able to start a Step Function execution | ||
| # Create an IAM policy for Eventbridge to be able to start a Step Functions execution |
Contributor
Author
There was a problem hiding this comment.
note: Fix to correct service name😀
https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
N/A
Description of changes:
Hi😀 Thanks for the useful patterns!
To keep this pattern maintainable, I updated the AWS Provider to v6.
Check
terraform applycompleted successfully and works good.$ aws events put-events --entries file://event-A.json --region us-east-1 { "FailedEntryCount": 0, "Entries": [ { "EventId": "c50fee9c-1316-0d0d-b8e1-e53d12c1289f" } ] } $ aws events put-events --entries file://event-B.json --region us-east-1 { "FailedEntryCount": 0, "Entries": [ { "EventId": "5369ae64-7800-6347-1b6a-7a36d89b6c2a" } ] } $ aws events put-events --entries file://event-Fail.json --region us-east-1 { "FailedEntryCount": 0, "Entries": [ { "EventId": "9710a0b6-a0bc-1471-28d6-1324da7c5bf5" } ] }Thank you😀
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.