From e0c41f959f5ff0437e3c1a8c154f423fc8081309 Mon Sep 17 00:00:00 2001 From: Brian Jung <65934595+brianhmj@users.noreply.github.com> Date: Fri, 28 Oct 2022 09:18:01 -0400 Subject: [PATCH] Update main.tf --- blueprints/cloud-operations/network-dashboard/main.tf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/blueprints/cloud-operations/network-dashboard/main.tf b/blueprints/cloud-operations/network-dashboard/main.tf index 99a17400..0c380402 100644 --- a/blueprints/cloud-operations/network-dashboard/main.tf +++ b/blueprints/cloud-operations/network-dashboard/main.tf @@ -14,15 +14,6 @@ * limitations under the License. */ -terraform { - required_version = "~> 1.3.3" - required_providers { - google = { - version = "~> 4.41.0" - } - } -} - locals { project_ids = toset(var.monitored_projects_list) projects = join(",", local.project_ids)