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 } } }