Skip to content

Commit fe41cfb

Browse files
ryan-grenz-evelynlonegunmanb
authored andcommitted
Add missing temporary_name_for_rotation to v4 nodepool create_after_destroy override
1 parent 5139bb8 commit fe41cfb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

v4/extra_node_pool_override.tf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ resource "azurerm_kubernetes_cluster_node_pool" "node_pool_create_before_destroy
88
}
99

1010
resource "azurerm_kubernetes_cluster_node_pool" "node_pool_create_after_destroy" {
11-
auto_scaling_enabled = each.value.enable_auto_scaling
12-
host_encryption_enabled = each.value.enable_host_encryption
13-
node_public_ip_enabled = each.value.enable_node_public_ip
14-
}
11+
auto_scaling_enabled = each.value.enable_auto_scaling
12+
host_encryption_enabled = each.value.enable_host_encryption
13+
node_public_ip_enabled = each.value.enable_node_public_ip
14+
temporary_name_for_rotation = each.value.temporary_name_for_rotation
15+
}

0 commit comments

Comments
 (0)