Allow custom route descriptions in net-vpc module

Related: #1491
This commit is contained in:
Julio Castillo
2023-08-04 14:11:10 +02:00
parent 24bd6179a7
commit bbe778e095
4 changed files with 27 additions and 17 deletions

View File

@@ -114,6 +114,7 @@ variable "psa_config" {
variable "routes" {
description = "Network routes, keyed by name."
type = map(object({
description = optional(string, "Terraform-managed.")
dest_range = string
next_hop_type = string # gateway, instance, ip, vpn_tunnel, ilb
next_hop = string