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 #