From 980cc678c88d0f59a2147636e06e3b1f9eff55f6 Mon Sep 17 00:00:00 2001 From: Brian Jung <65934595+brianhmj@users.noreply.github.com> Date: Fri, 28 Oct 2022 11:19:46 -0400 Subject: [PATCH] Update main.tf --- blueprints/cloud-operations/network-dashboard/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/cloud-operations/network-dashboard/main.tf b/blueprints/cloud-operations/network-dashboard/main.tf index 0c3804021..b5edfb5c1 100644 --- a/blueprints/cloud-operations/network-dashboard/main.tf +++ b/blueprints/cloud-operations/network-dashboard/main.tf @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + locals { project_ids = toset(var.monitored_projects_list) projects = join(",", local.project_ids)