Skip to content

Commit

Permalink
Remove labels and annotions since they are optionnal parameters and m…
Browse files Browse the repository at this point in the history
…ake the module fails
  • Loading branch information
osaluden committed Jan 9, 2020
1 parent 364234a commit c4bf858
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ resource "flexibleengine_cce_node_v3" "cce_cluster_node" {
os = var.node_os
availability_zone = var.nodes_list[count.index]["availability_zone"]
key_pair = var.nodes_list[count.index]["key_pair"]
labels = {}
annotations = {
"kubernetes.io/node-pool.id" = "${var.nodes_list[count.index]["availability_zone"]}#${var.nodes_list[count.index]["node_flavor"]}#${var.node_os}"
}

root_volume {
size = var.nodes_list[count.index]["root_volume_size"]
Expand Down

0 comments on commit c4bf858

Please sign in to comment.