diff --git a/modules/dns/README.md b/modules/dns/README.md index 657dcc47..64e671d9 100644 --- a/modules/dns/README.md +++ b/modules/dns/README.md @@ -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 @@ -102,7 +102,7 @@ module "private-dns" { ] }, { location = "europe-west2", health_checked_targets = [ { - load_balancer_type = "globalL7ilb", + load_balancer_type = "10.10.3.3", ip_address = "gil7-forwarding-rule-b", port = "80", ip_protocol = "tcp", diff --git a/tests/modules/dns/examples/routing-policies.yaml b/tests/modules/dns/examples/routing-policies.yaml index e4c3ed1f..d508665f 100644 --- a/tests/modules/dns/examples/routing-policies.yaml +++ b/tests/modules/dns/examples/routing-policies.yaml @@ -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 @@ -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