Skip to content

Commit 5339e13

Browse files
Correct behavior of enable_l4_ilb_subsetting for clusters
1 parent 2a89a5c commit 5339e13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tf/service_cluster/container.tf

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ resource "google_container_cluster" "main" {
5959

6060
private_ipv6_google_access = var.private_ipv6_google_access
6161

62+
# Seems like backend enforces subsetting on dual stack
63+
enable_l4_ilb_subsetting = var.ip_allocation_policy == "IPV4_IPV6"
64+
6265
lifecycle {
6366
ignore_changes = [
6467
dns_config,

0 commit comments

Comments
 (0)