diff --git a/infra/terraform/monitoring.tf b/infra/terraform/monitoring.tf index 7d9a540d76..a6d9873cb6 100644 --- a/infra/terraform/monitoring.tf +++ b/infra/terraform/monitoring.tf @@ -12,7 +12,14 @@ # See the License for the specific language governing permissions and # limitations under the License. +provider "google" { + alias = "monitoring" + project = var.secondary_project_id + region = var.region +} + resource "google_monitoring_dashboard" "clusterfuzz_sli_dashboard" { + provider = google.monitoring dashboard_json = <