Skip to content

Commit 85759d8

Browse files
authored
Merge pull request #5 from TechHoldingLLC/service_connect
fix: service connect var type modification
2 parents 3584455 + ec05840 commit 85759d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ variable "target_groups_arn" {
9191

9292
variable "service_connect_config" {
9393
description = "Service connect configuration"
94-
type = map(any)
94+
type = object(any)
9595
}

0 commit comments

Comments
 (0)