From 22736473fdd41dadbd264ce8c1f4097d72fa0a2c Mon Sep 17 00:00:00 2001 From: Brian Jung <65934595+brianhmj@users.noreply.github.com> Date: Fri, 28 Oct 2022 09:22:59 -0400 Subject: [PATCH] Update versions.tf --- blueprints/cloud-operations/network-dashboard/versions.tf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/blueprints/cloud-operations/network-dashboard/versions.tf b/blueprints/cloud-operations/network-dashboard/versions.tf index c1e644a8..3bdf2337 100644 --- a/blueprints/cloud-operations/network-dashboard/versions.tf +++ b/blueprints/cloud-operations/network-dashboard/versions.tf @@ -17,7 +17,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 4.40.0" + version = ">= 4.40.0" # tftest + } + google-beta = { + source = "hashicorp/google-beta" + version = ">= 4.40.0" # tftest } } }