From 98154032308b65b45b8a0bd40f5dd990a344d8ed Mon Sep 17 00:00:00 2001 From: Maurizio Noseda Pedraglio Date: Tue, 15 Nov 2022 14:12:41 +0100 Subject: [PATCH] removed vpc connector var --- blueprints/cloud-operations/network-dashboard/main.tf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/blueprints/cloud-operations/network-dashboard/main.tf b/blueprints/cloud-operations/network-dashboard/main.tf index d4e587c18..5710f25c1 100644 --- a/blueprints/cloud-operations/network-dashboard/main.tf +++ b/blueprints/cloud-operations/network-dashboard/main.tf @@ -141,13 +141,6 @@ module "cloud-function" { lifecycle_delete_age = null } region = var.region - vpc_connector = (var.vpc_connector_name != "" ? - { - create = false - name = var.vpc_connector_name - egress_settings = "ALL_TRAFFIC" - } : null) - bundle_config = { source_dir = "cloud-function"