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 15c1e24 commit bc253d9Copy full SHA for bc253d9
v4/main_override.tf
@@ -220,7 +220,7 @@ resource "azurerm_kubernetes_cluster" "main" {
220
}
221
222
dynamic "api_server_access_profile" {
223
- for_each = var.api_server_authorized_ip_ranges != null || var.api_server_subnet_id != null ? [
+ for_each = var.api_server_authorized_ip_ranges != null ? [
224
"api_server_access_profile"
225
] : []
226
0 commit comments