Added option to enable or disable Cloud NAT.

This commit is contained in:
2025-03-31 10:29:07 +02:00
parent 93537e5da5
commit 5b0c5d33eb
3 changed files with 15 additions and 3 deletions
+6
View File
@@ -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
}