From ab8364136085a2dcd9d5986a1d458b99f59e5a02 Mon Sep 17 00:00:00 2001 From: Don Badrak Date: Wed, 3 Jun 2020 17:31:53 -0400 Subject: [PATCH] fix cidr range --- it-linux-base/ports.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it-linux-base/ports.tf b/it-linux-base/ports.tf index 0886937..2c3a0f7 100644 --- a/it-linux-base/ports.tf +++ b/it-linux-base/ports.tf @@ -9,7 +9,7 @@ locals { n_all = ["0.0.0.0/0"] n_census = ["148.129.0.0/16", "192.168.0.0/16", "172.16.0.0/12", "10.0.0.0/8"] - n_mgmt = ["148.129.16.0/24", "148.129.95.0/24"] + n_mgmt = ["148.129.162.0/24", "148.129.95.0/24"] source_groups = ["all", "external"] name = var.name ports = [