Add custom routes for directpath to net-vpc module (#2966)
* add custom routes for directpath to net-vpc module * blueprint tests * blueprint tests * blueprint tests * fast tests * tfdoc * module examples
This commit is contained in:
committed by
GitHub
parent
73022a710a
commit
c8e4179f2b
@@ -23,6 +23,8 @@ variable "auto_create_subnetworks" {
|
||||
variable "create_googleapis_routes" {
|
||||
description = "Toggle creation of googleapis private/restricted routes. Disabled when vpc creation is turned off, or when set to null."
|
||||
type = object({
|
||||
directpath = optional(bool, true)
|
||||
directpath-6 = optional(bool, false)
|
||||
private = optional(bool, true)
|
||||
private-6 = optional(bool, false)
|
||||
restricted = optional(bool, true)
|
||||
|
||||
Reference in New Issue
Block a user