Skip to content

Commit bc253d9

Browse files
committed
fix syntax error
1 parent 15c1e24 commit bc253d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v4/main_override.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ resource "azurerm_kubernetes_cluster" "main" {
220220
}
221221
}
222222
dynamic "api_server_access_profile" {
223-
for_each = var.api_server_authorized_ip_ranges != null || var.api_server_subnet_id != null ? [
223+
for_each = var.api_server_authorized_ip_ranges != null ? [
224224
"api_server_access_profile"
225225
] : []
226226

0 commit comments

Comments
 (0)