From 3fbe8930a923bdc17f089845d02ac95c982b1cc5 Mon Sep 17 00:00:00 2001 From: Viktor Ribchev Date: Fri, 26 Jul 2024 12:07:38 +0300 Subject: [PATCH] Fixed formatting --- modules/graphdb/user_data.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphdb/user_data.tf b/modules/graphdb/user_data.tf index d8952a6..88a5170 100644 --- a/modules/graphdb/user_data.tf +++ b/modules/graphdb/user_data.tf @@ -53,7 +53,7 @@ data "cloudinit_config" "entrypoint" { } # 03 DNS setup - dynamic part { + dynamic "part" { for_each = var.node_count > 1 ? [1] : [] content {