-
Notifications
You must be signed in to change notification settings - Fork 393
feat: added example for cross regional internal lb with gce mig as backend #500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added example for cross regional internal lb with gce mig as backend #500
Conversation
c49ae6b
to
07d21d9
Compare
07d21d9
to
887dbe0
Compare
f7a789f
to
d010619
Compare
modules/backend/variables.tf
Outdated
variable "firewall_source_ranges" { | ||
description = "Source ranges for the global Application Load Balancer's proxies. This list should contain the `ip_cidr_range` of each GLOBAL_MANAGED_PROXY subnet." | ||
type = list(string) | ||
default = ["10.129.0.0/23"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's have a default value as 10.127.0.0/23
. This is an IP address outside of reserve range of IP addresses for default network. We will have this value as default for Proxy only subnet #501 (review)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
59eeaca
to
e2591f4
Compare
No description provided.