From 3aad78c525d95037c1867561119542bf32e3159e Mon Sep 17 00:00:00 2001 From: Israel Herraiz Date: Thu, 22 Dec 2022 16:30:10 +0100 Subject: [PATCH] Fix indentation --- modules/bigtable-instance/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bigtable-instance/variables.tf b/modules/bigtable-instance/variables.tf index b8ee42b1..01c491b2 100644 --- a/modules/bigtable-instance/variables.tf +++ b/modules/bigtable-instance/variables.tf @@ -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), []) })) }