Enforce mandatory types in all variables (#1737)
This commit is contained in:
@@ -62,6 +62,7 @@ variable "deletion_protection" {
|
||||
|
||||
variable "display_name" {
|
||||
description = "The human-readable display name of the Bigtable instance."
|
||||
type = string
|
||||
default = null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user