From 7e09fe3b4657183cc992ae5864b18e4deae4775d Mon Sep 17 00:00:00 2001 From: Vitor Guidi Date: Thu, 26 Dec 2024 15:53:11 -0300 Subject: [PATCH] Revert #4497 (#4560) Reverting #4497 due to terraform apply erroring out, will reland once it is fixed. --- infra/terraform/monitoring.tf | 1624 --------------------------------- 1 file changed, 1624 deletions(-) delete mode 100644 infra/terraform/monitoring.tf diff --git a/infra/terraform/monitoring.tf b/infra/terraform/monitoring.tf deleted file mode 100644 index a725e4ea07..0000000000 --- a/infra/terraform/monitoring.tf +++ /dev/null @@ -1,1624 +0,0 @@ -# Copyright 2024 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -resource "google_monitoring_dashboard" "clusterfuzz_sli_dashboard" { - dashboard_id = "clusterfuzz_sli_dashboard" - display_name = "ClusterFuzz General Health" - dashboard_json = <