From 7e05a55331c10d4a9010b7554b15f9ce719558c3 Mon Sep 17 00:00:00 2001 From: Rafael Romero Carmona Date: Thu, 14 Jun 2018 11:25:26 +0200 Subject: [PATCH] MON-224 Remove database_id from inputs because all the monitors are grouping by database_id --- cloud/gcp/cloud-sql/instance/inputs.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cloud/gcp/cloud-sql/instance/inputs.tf b/cloud/gcp/cloud-sql/instance/inputs.tf index 6cb511b..ddb5739 100644 --- a/cloud/gcp/cloud-sql/instance/inputs.tf +++ b/cloud/gcp/cloud-sql/instance/inputs.tf @@ -33,11 +33,6 @@ variable "project_id" { description = "ID of the GCP Project" } -variable "database_id" { - type = "string" - description = "ID of the Cloud SQL Database Instance" -} - # # CPU #