Enforce mandatory types in all variables (#1737)

This commit is contained in:
Julio Castillo
2023-10-06 11:44:33 +02:00
committed by GitHub
parent bb76878d0d
commit ef290c1c8d
7 changed files with 35 additions and 25 deletions

View File

@@ -62,6 +62,7 @@ variable "deletion_protection" {
variable "display_name" {
description = "The human-readable display name of the Bigtable instance."
type = string
default = null
}