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
* Add region parameter to notification module ([#354](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/354)) ([2dd4364](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/commit/2dd4364b67d89cb9c881be465e5e4196ef8dea8f))
Copy file name to clipboardExpand all lines: modules/notification/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ No modules.
45
45
| <aname="input_create_sqs_policy"></a> [create\_sqs\_policy](#input\_create\_sqs\_policy)| Whether to create a policy for SQS permissions or not? |`bool`|`true`| no |
46
46
| <aname="input_eventbridge"></a> [eventbridge](#input\_eventbridge)| Whether to enable Amazon EventBridge notifications |`bool`|`null`| no |
47
47
| <aname="input_lambda_notifications"></a> [lambda\_notifications](#input\_lambda\_notifications)| Map of S3 bucket notifications to Lambda function |`any`|`{}`| no |
48
+
| <aname="input_region"></a> [region](#input\_region)| Region where the resource(s) will be managed. Defaults to the region set in the provider configuration |`string`|`null`| no |
48
49
| <aname="input_sns_notifications"></a> [sns\_notifications](#input\_sns\_notifications)| Map of S3 bucket notifications to SNS topic |`any`|`{}`| no |
49
50
| <aname="input_sqs_notifications"></a> [sqs\_notifications](#input\_sqs\_notifications)| Map of S3 bucket notifications to SQS queue |`any`|`{}`| no |
0 commit comments