Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
KoomeKiriinya authored Jul 19, 2024
1 parent ff77754 commit 386196e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/azure/networking/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ variable "nat_prefix" {
description = "Prefix of the nat gateway & public ip address"
type = string
default = ""
}

variable "ip_prefix" {
description = "Prefix of the nat public ip address"
type = string
default = ""
}

variable "subnets" {
description = "Azure subnets and their configuration"
type = map(object({
Expand Down

0 comments on commit 386196e

Please sign in to comment.