fixed typo

This commit is contained in:
eliamaldini
2023-08-17 12:05:44 +02:00
parent 8e9d544be6
commit 0e2ee8bceb
3 changed files with 7 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ variable "private_connections" {
type = map(object({
name = string
network_self_link = string
peering = string
peering_name = string
description = optional(string, "Terraform-managed.")
type = optional(string, "REGIONAL")
routing_mode = optional(string, "PRIVATE_SERVICE_ACCESS")