Google Cloud (GCP): Internal Proxy Network Load Balancer #753
Labels
automation
Automation functionality using Ansible
enhancement
Improvement of the current functionality
Related PR: #464
Currently, we support the creation of only a Global External classic proxy Network Load Balancer in Google Cloud (GCP).
This means that the load balancer is accessible via external IP addresses. It is necessary to support the creation of load balancers that are available only within the internal network.
Note
This is caused by the current limitations of Ansible
google.cloud
modules, because thegcp_compute_target_tcp_proxy
module uses a backend service created by thegcp_compute_backend_service
module that does not support "INTERNAL" load_balancing_scheme option.Source code: Load Balancer
Consider sponsoring the project via GitHub or Patreon
The text was updated successfully, but these errors were encountered: