Closed TedCat closed 2 months ago
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
@TedCat According to this doc internal load balancer is only supported for Premium tier.
https://cloud.google.com/load-balancing/docs/choosing-load-balancer#summary-gclb
@TedCat According to this doc internal load balancer is only supported for Premium tier.
https://cloud.google.com/load-balancing/docs/choosing-load-balancer#summary-gclb
For educational purposes, I think this could be revisited.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
TL;DR
i'm try to create a tcp internal lb, hit error Error "creating ForwardingRule: googleapi: Error 400: STANDARD network tier (the project's default network tier) is not supported: Network tier other than PREMIUM is not supported for loadBalancingScheme=INTERNAL., badRequest"
Expected behavior
support argument network_tier for google_compute_forwarding_rule
Observed behavior
My Project Network Service Tier config is Standard, ip_address is not set. The error pops up when creating resource. Bypassing this issue, I have to define the network_tier to "PREMIUM" explicitly in google_compute_forwarding_rule.
Terraform Configuration
Terraform Version
Additional information
No response