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)