diff --git a/README.md b/README.md index 97e4272..da3bcc8 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ module "observability_sender" { | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| [eventbridge\_rules](#input\_eventbridge\_rules) | EventBridge rule settings. |
map(object({| `{}` | no | +| [eventbridge\_rules](#input\_eventbridge\_rules) | EventBridge rule settings. |
description : string
enabled : bool
event_pattern : string
})
)
map(object({| `{}` | no | | [kms\_key\_arn](#input\_kms\_key\_arn) | ARN of the KMS key. | `string` | n/a | yes | | [monitoring\_account\_configuration](#input\_monitoring\_account\_configuration) | Configuration settings of the monitoring account. |
description : string
enabled : string
event_pattern : string
})
)
object({| n/a | yes | | [sqs\_dlq\_arn](#input\_sqs\_dlq\_arn) | ARN of the Dead Letter Queue. | `string` | n/a | yes | diff --git a/variables.tf b/variables.tf index fad943e..5e386e2 100644 --- a/variables.tf +++ b/variables.tf @@ -4,7 +4,7 @@ variable "eventbridge_rules" { description = "EventBridge rule settings." type = map(object({ description : string - enabled : bool + enabled : string event_pattern : string }) )
sqs_name = string
sqs_region = string
sqs_account = number
})