From 9225784d4fe2fc667b1b3f6a9874e53aae275c51 Mon Sep 17 00:00:00 2001 From: badra001 Date: Thu, 21 Oct 2021 14:56:34 -0400 Subject: [PATCH] fix --- sas/ports.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/sas/ports.tf b/sas/ports.tf index 45bf367..e48e022 100644 --- a/sas/ports.tf +++ b/sas/ports.tf @@ -13,7 +13,6 @@ locals { } source_groups = ["all", "external"] - name = var.name ports = [ [5450, 5460, "tcp", "OLAP Server", local.networks["all"], ["external"]], [7080, 7090, "tcp", "Environment Manager HTTP", local.networks["all"], ["external"]],