-
Notifications
You must be signed in to change notification settings - Fork 155
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
EventBridge with schedule rule and Step Functions target #73
Comments
Hello, you can provide terraform-aws-eventbridge/iam.tf Line 8 in f75a551
|
Thanks, I already figured it out. Initially confused by the description: Name of IAM role to use for Lambda Function |
Let me ask one more question. How can I change the name of an eventbridge rule from a default "crons-rule" to another. tags = { |
Use the name "Bla-bla-bla" instead of "crons" terraform-aws-eventbridge/main.tf Line 6 in f75a551
|
This issue has been resolved in version 1.17.1 🎉 |
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. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
module "eventbridge". version = "1.17.0"
Hey. I want to apply EventBridge with schedule rule and Step Functions target for multiple environments. How can I customize the IAM role name to access state machines? I'm running into a error: error creating IAM Policy default-sfn: EntityAlreadyExists: A policy called default-sfn already exists. Duplicate names are not allowed.
The text was updated successfully, but these errors were encountered: