Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from TechNative-B-V/bugfix/fix-eventbridge-rul…
Browse files Browse the repository at this point in the history
…e-variable

Updated eventbridge rules variable object from enabled to use the new…
  • Loading branch information
AndrNgg authored Jan 8, 2024
2 parents c41658a + 7d11408 commit 9d9ce23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module "observability_sender" {

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_eventbridge_rules"></a> [eventbridge\_rules](#input\_eventbridge\_rules) | EventBridge rule settings. | <pre>map(object({<br> description : string<br> enabled : bool<br> event_pattern : string<br> })<br> )</pre> | `{}` | no |
| <a name="input_eventbridge_rules"></a> [eventbridge\_rules](#input\_eventbridge\_rules) | EventBridge rule settings. | <pre>map(object({<br> description : string<br> state : string<br> event_pattern : string<br> })<br> )</pre> | `{}` | no |
| <a name="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn) | ARN of the KMS key. | `string` | n/a | yes |
| <a name="input_monitoring_account_configuration"></a> [monitoring\_account\_configuration](#input\_monitoring\_account\_configuration) | Configuration settings of the monitoring account. | <pre>object({<br> sqs_name = string<br> sqs_region = string<br> sqs_account = number<br> })</pre> | n/a | yes |
| <a name="input_sqs_dlq_arn"></a> [sqs\_dlq\_arn](#input\_sqs\_dlq\_arn) | ARN of the Dead Letter Queue. | `string` | n/a | yes |
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variable "eventbridge_rules" {
description = "EventBridge rule settings."
type = map(object({
description : string
enabled : bool
state : string
event_pattern : string
})
)
Expand Down

0 comments on commit 9d9ce23

Please sign in to comment.