fixed variable name

This commit is contained in:
eliamaldini
2023-08-17 12:19:47 +02:00
parent 739bbf1aef
commit c6f5d47c66
3 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ data "google_vmwareengine_network" "private-cloud-network" {
data "google_compute_network_peering" "psa_peering" {
for_each = var.private_connections
name = each.value.psa_peering
name = each.value.peering_name
network = each.value.network_self_link
}