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
* Set kms_key_identifier for EventBridge archives ([#175](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/issues/175)) ([72fa89e](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/commit/72fa89e50ba7f54cf5f33015cfb2b82bd3baf5dd))
* Upgrade AWS provider and min required Terraform version to 6.0 and 1.5.7 respectively (#173)
18
+
19
+
### Features
20
+
21
+
* Upgrade AWS provider and min required Terraform version to 6.0 and 1.5.7 respectively ([#173](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/issues/173)) ([1e750c8](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/commit/1e750c808bbfa9c13b1429040a817aec2d6f281e))
| <aname="input_policy_jsons"></a> [policy\_jsons](#input\_policy\_jsons)| List of additional policy documents as JSON to attach to IAM role |`list(string)`|`[]`| no |
524
524
| <aname="input_policy_path"></a> [policy\_path](#input\_policy\_path)| Path of IAM policy to use for EventBridge |`string`|`null`| no |
525
525
| <aname="input_policy_statements"></a> [policy\_statements](#input\_policy\_statements)| Map of dynamic policy statements to attach to IAM role |`any`|`{}`| no |
526
+
| <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 |
526
527
| <aname="input_role_description"></a> [role\_description](#input\_role\_description)| Description of IAM role to use for EventBridge |`string`|`null`| no |
527
528
| <aname="input_role_force_detach_policies"></a> [role\_force\_detach\_policies](#input\_role\_force\_detach\_policies)| Specifies to force detaching any policies the IAM role has before destroying it. |`bool`|`true`| no |
528
529
| <aname="input_role_name"></a> [role\_name](#input\_role\_name)| Name of IAM role to use for EventBridge |`string`|`null`| no |
0 commit comments