azurerm_kubernetes_cluster
- Setting default_node_pool.host_encryption_enabled
to true causes configuration conflict
#27225
Labels
Is there an existing issue for this?
Community Note
Terraform Version
1.9.0
AzureRM Provider Version
4.0.1
Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
setting
default_node_pool.host_encryption_enabled
to true should not effectdefault_node_pool.node_public_ip_enabled
Actual Behaviour
If
default_node_pool.host_encryption_enabled
is set to false, this error does not occur. Settingdefault_node_pool.host_encryption_enabled
to true seems to cause the provider to send a true value fordefault_node_pool.node_public_ip_enabled
It should also be noted that the plan suggests
default_node_pool.node_public_ip_enabled
is false, even though the error returned suggests otherwise.Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: