Fix TF code format

This commit is contained in:
Israel Herraiz 2022-12-28 19:57:07 +01:00
parent 20579394b8
commit b0955964ee
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ resource "google_bigtable_instance" "default" {
project = var.project_id
name = var.name
instance_type = var.instance_type
instance_type = var.instance_type
display_name = var.display_name == null ? var.display_name : var.name
deletion_protection = var.deletion_protection