diff --git a/modules/vpc/outputs.tf b/modules/vpc/outputs.tf index 125bc03f..7ba11cba 100644 --- a/modules/vpc/outputs.tf +++ b/modules/vpc/outputs.tf @@ -35,6 +35,6 @@ output "network_self_link" { } output "project_id" { - value = var.shared_vpc_host && length(google_compute_shared_vpc_host_project.shared_vpc_host) > 0 ? google_compute_shared_vpc_host_project.shared_vpc_host[*].project[0] : google_compute_network.network.project + value = var.shared_vpc_host && length(google_compute_shared_vpc_host_project.shared_vpc_host) > 0 ? google_compute_shared_vpc_host_project.shared_vpc_host[0].project : google_compute_network.network.project description = "VPC project id" }