fixed variable name
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user