Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Oct 8, 2024
1 parent 7d2fa28 commit 94a40ab
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ virtual_wan_virtual_hubs = {
resource_group_name = "rg-vwan-hub-$${starter_location_01}"
address_space = "10.10.0.0/24"
private_dns_resolver_subnet = {
name = "subnet-hub-dns-$${starter_location_01}"
address_prefix = "10.10.0.0/28"
name = "subnet-hub-dns-$${starter_location_01}"
address_prefix = "10.10.0.0/28"
}
}
private_dns_resolver = {
name = "pdr-hub-dns-$${starter_location_01}"
name = "pdr-hub-dns-$${starter_location_01}"
resource_group_name = "rg-vwan-hub-$${starter_location_01}"
}
}
Expand Down Expand Up @@ -180,12 +180,12 @@ virtual_wan_virtual_hubs = {
resource_group_name = "rg-vwan-hub-$${starter_location_02}"
address_space = "10.11.0.0/24"
private_dns_resolver_subnet = {
name = "subnet-hub-dns-$${starter_location_02}"
address_prefix = "10.11.0.0/28"
name = "subnet-hub-dns-$${starter_location_02}"
address_prefix = "10.11.0.0/28"
}
}
private_dns_resolver = {
name = "pdr-hub-dns-$${starter_location_02}"
name = "pdr-hub-dns-$${starter_location_02}"
resource_group_name = "rg-vwan-hub-$${starter_location_02}"
}
}
Expand Down

0 comments on commit 94a40ab

Please sign in to comment.