MON-224 Remove database_id from inputs because all the monitors are grouping by database_id

This commit is contained in:
Rafael Romero Carmona 2018-06-14 11:25:26 +02:00 committed by Quentin Manfroi
parent 70a45ed9f6
commit 7e05a55331

View File

@ -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
#