Rename to create_googleapis_routes

This commit is contained in:
Julio Castillo
2023-05-26 16:43:43 +02:00
parent cecbd2072c
commit 0888cce3a5
17 changed files with 20 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ variable "auto_create_subnetworks" {
default = false
}
variable "create_default_routes" {
variable "create_googleapis_routes" {
description = "Toggle creation of googleapis private/restricted routes."
type = object({
private = optional(bool, true)