Skip to content

Commit

Permalink
Merge pull request #638 from Azure/temporary-name-for-rotation-nodepools
Browse files Browse the repository at this point in the history
Add temporary_name_for_rotation in azurerm_kubernetes_cluster_node_pool
  • Loading branch information
zioproto authored Feb 27, 2025
2 parents 5aa844c + 045e0c1 commit b137159
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 4 deletions.
7 changes: 4 additions & 3 deletions v4/extra_node_pool_override.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# tflint-ignore-file: azurerm_resource_tag

resource "azurerm_kubernetes_cluster_node_pool" "node_pool_create_before_destroy" {
auto_scaling_enabled = each.value.enable_auto_scaling
host_encryption_enabled = each.value.enable_host_encryption
node_public_ip_enabled = each.value.enable_node_public_ip
auto_scaling_enabled = each.value.enable_auto_scaling
host_encryption_enabled = each.value.enable_host_encryption
node_public_ip_enabled = each.value.enable_node_public_ip
temporary_name_for_rotation = each.value.temporary_name_for_rotation
}

resource "azurerm_kubernetes_cluster_node_pool" "node_pool_create_after_destroy" {
Expand Down
Loading

0 comments on commit b137159

Please sign in to comment.