You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -341,6 +341,7 @@ module "eventbridge" {
341
341
create_archives = false # to control creation of EventBridge Archives
342
342
create_permissions = false # to control creation of EventBridge Permissions
343
343
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
344
345
create_connections = false # to control creation of EventBridge Connection resources
345
346
create_api_destinations = false # to control creation of EventBridge Destination resources
346
347
create_schedule_groups = false # to control creation of EventBridge Schedule Group resources
@@ -496,6 +497,7 @@ No modules.
496
497
| <aname="input_create_bus"></a> [create\_bus](#input\_create\_bus)| Controls whether EventBridge Bus resource should be created |`bool`|`true`| no |
497
498
| <aname="input_create_connections"></a> [create\_connections](#input\_create\_connections)| Controls whether EventBridge Connection resources should be created |`bool`|`false`| no |
498
499
| <aname="input_create_permissions"></a> [create\_permissions](#input\_create\_permissions)| Controls whether EventBridge Permission resources should be created |`bool`|`true`| no |
500
+
| <aname="input_create_pipe_role_only"></a> [create\_pipe\_role\_only](#input\_create\_pipe\_role\_only)| Controls whether an IAM role should be created for the pipes only |`bool`|`false`| no |
499
501
| <aname="input_create_pipes"></a> [create\_pipes](#input\_create\_pipes)| Controls whether EventBridge Pipes resources should be created |`bool`|`true`| no |
500
502
| <aname="input_create_role"></a> [create\_role](#input\_create\_role)| Controls whether IAM roles should be created |`bool`|`true`| no |
501
503
| <aname="input_create_rules"></a> [create\_rules](#input\_create\_rules)| Controls whether EventBridge Rule resources should be created |`bool`|`true`| no |
0 commit comments