Skip to content

Commit 55d93b0

Browse files
committed
remove duplicate variable
1 parent e5408c4 commit 55d93b0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ variable "lambda_policies" {
8282
default = []
8383
}
8484

85-
variable "private_subnet_ids" {
86-
type = list(string)
87-
description = "List of subnet IDs for the fargate service."
88-
default = []
89-
}
90-
9185
variable "security_groups" {
9286
type = list(string)
9387
description = "List of extra security group IDs to attach to the fargate task."

0 commit comments

Comments
 (0)