Skip to content

eventbridge-sfn-terraform: Update AWS Provider to v6#3069

Open
kakakakakku wants to merge 2 commits intoaws-samples:mainfrom
kakakakakku:eventbridge-sfn-terraform
Open

eventbridge-sfn-terraform: Update AWS Provider to v6#3069
kakakakakku wants to merge 2 commits intoaws-samples:mainfrom
kakakakakku:eventbridge-sfn-terraform

Conversation

@kakakakakku
Copy link
Copy Markdown
Contributor

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 apply completed 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.

}

# 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
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants