Skip to content

Commit

Permalink
Merge branch 'master' into lcaggio/fix-dpf-location
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocc authored Jan 19, 2024
2 parents d6ec659 + 1ba8298 commit 17aa04c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module "private-dns" {
{ location = "europe-west1", health_checked_targets = [
{
load_balancer_type = "globalL7ilb",
ip_address = "gil7-forwarding-rule-a",
ip_address = "10.10.2.3",
port = "80",
ip_protocol = "tcp",
network_url = var.vpc.self_link
Expand All @@ -103,7 +103,7 @@ module "private-dns" {
{ location = "europe-west2", health_checked_targets = [
{
load_balancer_type = "globalL7ilb",
ip_address = "gil7-forwarding-rule-b",
ip_address = "10.10.3.3",
port = "80",
ip_protocol = "tcp",
network_url = var.vpc.self_link
Expand Down
4 changes: 2 additions & 2 deletions tests/modules/dns/examples/routing-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ values:
geo:
- health_checked_targets:
- internal_load_balancers:
- ip_address: gil7-forwarding-rule-a
- ip_address: 10.10.2.3
ip_protocol: tcp
load_balancer_type: globalL7ilb
network_url: projects/xxx/global/networks/aaa
Expand All @@ -77,7 +77,7 @@ values:
rrdatas: null
- health_checked_targets:
- internal_load_balancers:
- ip_address: gil7-forwarding-rule-b
- ip_address: 10.10.3.3
ip_protocol: tcp
load_balancer_type: globalL7ilb
network_url: projects/xxx/global/networks/aaa
Expand Down

0 comments on commit 17aa04c

Please sign in to comment.