Fixed README and test for dns module

This commit is contained in:
apichick 2024-01-18 19:04:03 +01:00
parent 4a12a33e3c
commit 228a4a82c3
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
@ -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",

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