Skip to content

Commit

Permalink
Merge pull request #25 from SBatais/fix_annotations
Browse files Browse the repository at this point in the history
Add annotations for nodes
  • Loading branch information
shoudusse authored Apr 30, 2024
2 parents 6e3e41f + b75ff72 commit 8ad503c
Show file tree
Hide file tree
Showing 2 changed files with 3 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
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ variable "nodes_list" {
}))
postinstall_script = string
preinstall_script = string
annotations = map(string)
}))
}

Expand Down

0 comments on commit 8ad503c

Please sign in to comment.