Skip to content

Commit

Permalink
make tags required
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 8, 2021
1 parent a9416ca commit 9e86c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/variables.common.subnets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ variable "public_subnets" {
label = string
bits = number
private = bool
tags = map(string)
# subnets = list(string)
# labels = list(string)
# availability_zones = list(string)
# tags = map(string)
}))
default = []
}
Expand All @@ -20,10 +20,10 @@ variable "private_subnets" {
label = string
bits = number
private = bool
tags = map(string)
# subnets = list(string)
# labels = list(string)
# availability_zones = list(string)
# tags = map(string)
}))
default = []
}

0 comments on commit 9e86c8e

Please sign in to comment.