Skip to content

Commit

Permalink
Fix Terraform Format
Browse files Browse the repository at this point in the history
  • Loading branch information
vlandemaine-orange committed Feb 28, 2020
1 parent 1447f4e commit ffba20d
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 @@ -31,7 +31,7 @@ resource "flexibleengine_cce_node_v3" "cce_cluster_node" {
size = var.nodes_list[count.index]["data_volume_size"]
volumetype = var.nodes_list[count.index]["data_volume_type"]
}

lifecycle {
create_before_destroy = true
ignore_changes = [annotations, labels]
Expand Down

0 comments on commit ffba20d

Please sign in to comment.