Skip to content

Commit

Permalink
fix annotations
Browse files Browse the repository at this point in the history
annotations missing in flexibleengine_cce_node_v3
  • Loading branch information
SBatais authored Apr 16, 2024
1 parent 6e3e41f commit fbbc855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ resource "flexibleengine_cce_node_v3" "cce_cluster_node" {
labels = each.value.node_labels
tags = each.value.vm_tags

annotations= each.value.annotations

root_volume {
size = each.value.root_volume_size
volumetype = each.value.root_volume_type
Expand Down

0 comments on commit fbbc855

Please sign in to comment.