Fix indentation
This commit is contained in:
@@ -78,7 +78,7 @@ variable "storage_type" {
|
||||
variable "tables" {
|
||||
description = "Tables to be created in the BigTable instance."
|
||||
type = map(object({
|
||||
split_keys = optional(list(string), [])
|
||||
split_keys = optional(list(string), [])
|
||||
column_families = optional(list(string), [])
|
||||
}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user