Skip to content

Commit 940d06c

Browse files
committed
Fixing formatting issues
1 parent 1a3afba commit 940d06c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ variable "event_target_ecs_target_task_definition_arn" {
9191

9292
variable "event_target_ecs_target_subnets" {
9393
description = "The subnets associated with the task or service."
94-
type = list
94+
type = list(any)
9595
}
9696

9797
variable "event_target_ecs_target_security_groups" {
9898
description = "(Optional) The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used."
99-
type = list
99+
type = list(any)
100100
default = null
101101
}
102102

0 commit comments

Comments
 (0)