Merge pull request #1990 from apichick/dns-geo-health-checked-targets

Fixed README and test for dns module
This commit is contained in:
apichick 2024-01-19 10:12:20 +01:00 committed by GitHub
commit 1ba8298b0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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
@ -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

View File

@ -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