From 76885a3bd187b909ac52d48cb8a90ed561119ec0 Mon Sep 17 00:00:00 2001 From: "BATAIS Stephane (O)" <92863898+SBatais@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:54:09 +0200 Subject: [PATCH] fix annotations --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 6fa346f..c5a9c52 100644 --- a/main.tf +++ b/main.tf @@ -40,7 +40,7 @@ resource "flexibleengine_cce_node_v3" "cce_cluster_node" { labels = each.value.node_labels tags = each.value.vm_tags - annotations= each.value.annotations + annotations = each.value.annotations root_volume { size = each.value.root_volume_size