Terraform support for Global External HTTP(S) Load Balancer #10858
Labels
enhancement
forward/review
In review; remove label to forward
service/compute-l7-load-balancer
size/s
Milestone
Community Note
Description
Add support for the new Global External HTTP(S) Load Balancer, now in public preview. See https://cloud.google.com/load-balancing/docs/https/setup-global-ext-https-compute for more details.
New or Affected Resource(s)
load_balancing_scheme = "EXTERNAL_MANAGED"
load_balancing_scheme = "EXTERNAL_MANAGED"
Potential Terraform Configuration
The setup should be very similar to the example here, except with the load_balancing_scheme values set to EXTERNAL_MANAGED for the backend service and forwarding rule (and the resources should be
global
, not a set region, similar to the examples here).References
The text was updated successfully, but these errors were encountered: