diff --git a/variables.tf b/variables.tf index 4c5a468..4e2cd07 100644 --- a/variables.tf +++ b/variables.tf @@ -91,5 +91,5 @@ variable "target_groups_arn" { variable "service_connect_config" { description = "Service connect configuration" - type = map(any) + type = object(any) } \ No newline at end of file