Skip to content

Commit

Permalink
fix annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
SBatais authored Apr 16, 2024
1 parent fbbc855 commit 76885a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76885a3

Please sign in to comment.