Added option to enable or disable Cloud NAT.
This commit is contained in:
@@ -18,3 +18,9 @@ variable "subnets" {
|
||||
error_message = "The region for the first subnet must be specified."
|
||||
}
|
||||
}
|
||||
|
||||
variable "nat" {
|
||||
description = "Enable Cloud NAT for the network."
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user