Fix indentation

This commit is contained in:
Israel Herraiz
2022-12-22 16:30:10 +01:00
parent 223092bfa1
commit 3aad78c525

View File

@@ -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), [])
}))
}