Enforce nonempty descriptions ending in a colon

This commit is contained in:
Julio Castillo
2022-11-24 18:56:01 +01:00
parent 5a6ed05ba0
commit 612d7283e8
64 changed files with 272 additions and 236 deletions

View File

@@ -139,7 +139,7 @@ variable "replicas" {
}
variable "root_password" {
description = "Root password of the Cloud SQL instance. Required for MS SQL Server"
description = "Root password of the Cloud SQL instance. Required for MS SQL Server."
type = string
default = null
}