IPv6 address reservation not supported for ILB

Error creating Address: googleapi: Error 400: Invalid value for field 'resource.purpose': 'SHARED_LOADBALANCER_VIP'. Shared LoadBalancer VIP IPv6 address reservation is not supported., invalid
This commit is contained in:
Wiktor Niesiobędzki
2024-01-06 11:57:58 +00:00
committed by Wiktor Niesiobędzki
parent 8afdf66a09
commit 3470661993
2 changed files with 2 additions and 17 deletions

View File

@@ -65,12 +65,6 @@ module "addresses" {
}
}
internal_addresses = {
ilb = {
ipv6 = {}
purpose = "SHARED_LOADBALANCER_VIP"
region = var.region
subnetwork = module.vpc.subnets["${var.region}/ipv6-internal"].self_link
}
vm = {
ipv6 = {}
region = var.region
@@ -78,7 +72,7 @@ module "addresses" {
}
}
}
# tftest modules=2 resources=8 fixtures=fixtures/net-vpc-ipv6.tf inventory=ipv6.yaml e2e
# tftest modules=2 resources=7 fixtures=fixtures/net-vpc-ipv6.tf inventory=ipv6.yaml e2e
```
### PSA addresses