Skip to content

Commit b137159

Browse files
authored
Merge pull request #638 from Azure/temporary-name-for-rotation-nodepools
Add temporary_name_for_rotation in azurerm_kubernetes_cluster_node_pool
2 parents 5aa844c + 045e0c1 commit b137159

File tree

3 files changed

+213
-4
lines changed

3 files changed

+213
-4
lines changed

v4/extra_node_pool_override.tf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# tflint-ignore-file: azurerm_resource_tag
22

33
resource "azurerm_kubernetes_cluster_node_pool" "node_pool_create_before_destroy" {
4-
auto_scaling_enabled = each.value.enable_auto_scaling
5-
host_encryption_enabled = each.value.enable_host_encryption
6-
node_public_ip_enabled = each.value.enable_node_public_ip
4+
auto_scaling_enabled = each.value.enable_auto_scaling
5+
host_encryption_enabled = each.value.enable_host_encryption
6+
node_public_ip_enabled = each.value.enable_node_public_ip
7+
temporary_name_for_rotation = each.value.temporary_name_for_rotation
78
}
89

910
resource "azurerm_kubernetes_cluster_node_pool" "node_pool_create_after_destroy" {

0 commit comments

Comments
 (0)