We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5139bb8 commit fe41cfbCopy full SHA for fe41cfb
v4/extra_node_pool_override.tf
@@ -8,7 +8,8 @@ resource "azurerm_kubernetes_cluster_node_pool" "node_pool_create_before_destroy
8
}
9
10
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
-}
+ 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
15
+}
0 commit comments