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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -375,7 +375,7 @@ module "eventbridge" {
375
375
*[Pipes](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/tree/master/examples/with-pipes) - EventBridge Pipes with lots of configurations.
376
376
377
377
378
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
378
+
<!--BEGIN_TF_DOCS-->
379
379
## Requirements
380
380
381
381
| Name | Version |
@@ -531,7 +531,7 @@ No modules.
531
531
| <aname="input_schedules"></a> [schedules](#input\_schedules)| A map of objects with EventBridge Schedule definitions. |`map(any)`|`{}`| no |
| <aname="input_sfn_target_arns"></a> [sfn\_target\_arns](#input\_sfn\_target\_arns)| The Amazon Resource Name (ARN) of the StepFunctions you want to use as EventBridge targets |`list(string)`|`[]`| no |
534
-
| <aname="input_sns_kms_arns"></a> [sns\_kms\_arns](#input\_sns\_kms\_arns)| The Amazon Resource Name (ARN) of the AWS KMS's configured for AWS SNS you want Decrypt/GenerateDataKey for |`list(string)`| <pre>[<br> "*"<br>]</pre> | no |
534
+
| <aname="input_sns_kms_arns"></a> [sns\_kms\_arns](#input\_sns\_kms\_arns)| The Amazon Resource Name (ARN) of the AWS KMS's configured for AWS SNS you want Decrypt/GenerateDataKey for |`list(string)`| <pre>[<br/> "*"<br/>]</pre> | no |
535
535
| <aname="input_sns_target_arns"></a> [sns\_target\_arns](#input\_sns\_target\_arns)| The Amazon Resource Name (ARN) of the AWS SNS's you want to use as EventBridge targets |`list(string)`|`[]`| no |
536
536
| <aname="input_sqs_target_arns"></a> [sqs\_target\_arns](#input\_sqs\_target\_arns)| The Amazon Resource Name (ARN) of the AWS SQS Queues you want to use as EventBridge targets |`list(string)`|`[]`| no |
537
537
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to resources. |`map(string)`|`{}`| no |
@@ -574,7 +574,7 @@ No modules.
574
574
| <aname="output_eventbridge_schedule_ids"></a> [eventbridge\_schedule\_ids](#output\_eventbridge\_schedule\_ids)| The EventBridge Schedule IDs created |
575
575
| <aname="output_eventbridge_schedules"></a> [eventbridge\_schedules](#output\_eventbridge\_schedules)| The EventBridge Schedules created and their attributes |
576
576
| <aname="output_eventbridge_targets"></a> [eventbridge\_targets](#output\_eventbridge\_targets)| The EventBridge Targets created and their attributes |
Copy file name to clipboardExpand all lines: examples/api-gateway-event-source/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ $ terraform apply
14
14
15
15
Note that this example may create resources which cost money. Run `terraform destroy` when you don't need these resources.
16
16
17
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
17
+
<!--BEGIN_TF_DOCS-->
18
18
## Requirements
19
19
20
20
| Name | Version |
@@ -64,4 +64,4 @@ No inputs.
64
64
| <aname="output_eventbridge_role_name"></a> [eventbridge\_role\_name](#output\_eventbridge\_role\_name)| The name of the IAM role created for EventBridge |
65
65
| <aname="output_eventbridge_rule_arns"></a> [eventbridge\_rule\_arns](#output\_eventbridge\_rule\_arns)| The EventBridge Rule ARNs created |
66
66
| <aname="output_eventbridge_rule_ids"></a> [eventbridge\_rule\_ids](#output\_eventbridge\_rule\_ids)| The EventBridge Rule IDs created |
Copy file name to clipboardExpand all lines: examples/complete/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ $ terraform apply
14
14
15
15
Note that this example may create resources which cost money. Run `terraform destroy` when you don't need these resources.
16
16
17
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
17
+
<!--BEGIN_TF_DOCS-->
18
18
## Requirements
19
19
20
20
| Name | Version |
@@ -87,4 +87,4 @@ No inputs.
87
87
| <aname="output_eventbridge_schedule_groups"></a> [eventbridge\_schedule\_groups](#output\_eventbridge\_schedule\_groups)| The EventBridge Schedule Groups created and their attributes |
88
88
| <aname="output_eventbridge_schedules"></a> [eventbridge\_schedules](#output\_eventbridge\_schedules)| The EventBridge Schedules created and their attributes |
89
89
| <aname="output_eventbridge_targets"></a> [eventbridge\_targets](#output\_eventbridge\_targets)| The EventBridge Targets created and their attributes |
Copy file name to clipboardExpand all lines: examples/with-api-destination/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ $ terraform apply
14
14
15
15
Note that this example may create resources which cost money. Run `terraform destroy` when you don't need these resources.
16
16
17
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
17
+
<!--BEGIN_TF_DOCS-->
18
18
## Requirements
19
19
20
20
| Name | Version |
@@ -56,4 +56,4 @@ No inputs.
56
56
| <aname="output_eventbridge_bus_arn"></a> [eventbridge\_bus\_arn](#output\_eventbridge\_bus\_arn)| The EventBridge Bus ARN |
57
57
| <aname="output_eventbridge_connection_arns"></a> [eventbridge\_connection\_arns](#output\_eventbridge\_connection\_arns)| The EventBridge Connection ARNs |
58
58
| <aname="output_eventbridge_connection_ids"></a> [eventbridge\_connection\_ids](#output\_eventbridge\_connection\_ids)| The EventBridge Connection IDs created |
0 commit comments