Skip to content

Commit 8377253

Browse files
committed
* fix to use step function arn for enrichment
* add variable to allow only pipe role creation
1 parent 08fc230 commit 8377253

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Pre-Commit
33
on:
44
pull_request:
55
branches:
6-
- main
7-
- master
86

97
env:
108
TERRAFORM_DOCS_VERSION: v0.19.0

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ module "eventbridge" {
341341
create_archives = false # to control creation of EventBridge Archives
342342
create_permissions = false # to control creation of EventBridge Permissions
343343
create_role = false # to control creation of the IAM role and policies required for EventBridge
344+
create_pipe_role_only = false # to control creation of the IAM role and policies required for EventBridge Pipes only
344345
create_connections = false # to control creation of EventBridge Connection resources
345346
create_api_destinations = false # to control creation of EventBridge Destination resources
346347
create_schedule_groups = false # to control creation of EventBridge Schedule Group resources
@@ -498,6 +499,7 @@ No modules.
498499
| <a name="input_create_permissions"></a> [create\_permissions](#input\_create\_permissions) | Controls whether EventBridge Permission resources should be created | `bool` | `true` | no |
499500
| <a name="input_create_pipes"></a> [create\_pipes](#input\_create\_pipes) | Controls whether EventBridge Pipes resources should be created | `bool` | `true` | no |
500501
| <a name="input_create_role"></a> [create\_role](#input\_create\_role) | Controls whether IAM roles should be created | `bool` | `true` | no |
502+
| <a name="create_pipe_role_only"></a> [create\_pipe\_role\_only](#input\_create\_pipe\_role\_only) | Controls whether IAM roles should be created | `bool` | `true` | no |
501503
| <a name="input_create_rules"></a> [create\_rules](#input\_create\_rules) | Controls whether EventBridge Rule resources should be created | `bool` | `true` | no |
502504
| <a name="input_create_schedule_groups"></a> [create\_schedule\_groups](#input\_create\_schedule\_groups) | Controls whether EventBridge Schedule Group resources should be created | `bool` | `true` | no |
503505
| <a name="input_create_schedules"></a> [create\_schedules](#input\_create\_schedules) | Controls whether EventBridge Schedule resources should be created | `bool` | `true` | no |

0 commit comments

Comments
 (0)