Skip to content

Commit

Permalink
make tags optional
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 8, 2021
1 parent a78f25a commit 7489caf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions common/variables.common.subnets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ variable "public_subnets" {
# subnets = list(string)
# labels = list(string)
# availability_zones = list(string)
tags = map(string)
# optional
# tags = map(string)
}))
default = []
}
Expand All @@ -23,7 +24,8 @@ variable "private_subnets" {
# subnets = list(string)
# labels = list(string)
# availability_zones = list(string)
tags = map(string)
# optional
# tags = map(string)
}))
default = []
}

0 comments on commit 7489caf

Please sign in to comment.