Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 30, 2022
1 parent 455b753 commit 92a5089
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/variables.common.subnet_ids.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ variable "public_subnets_ids" {
label = string
availability_zone = string
id = string
tags = optional(map(string))
}))
default = []
}
Expand All @@ -16,6 +17,11 @@ variable "private_subnets_ids" {
label = string
availability_zone = string
id = string
tags = optional(map(string))
}))
default = []
}

# enabled = optional(bool)
# private = optional(bool)
# offset = optional(number)

0 comments on commit 92a5089

Please sign in to comment.