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.
2 parents 5aa844c + 045e0c1 commit b137159Copy full SHA for b137159
v4/extra_node_pool_override.tf
@@ -1,9 +1,10 @@
1
# tflint-ignore-file: azurerm_resource_tag
2
3
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
+ 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
7
+ temporary_name_for_rotation = each.value.temporary_name_for_rotation
8
}
9
10
resource "azurerm_kubernetes_cluster_node_pool" "node_pool_create_after_destroy" {
0 commit comments