Skip to content

Commit

Permalink
fix: Restore shared VPC outputs (#441)
Browse files Browse the repository at this point in the history
#438 broke this module
  • Loading branch information
cloud-pharaoh authored Aug 18, 2020
1 parent d28561c commit 1b558f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/shared_vpc_access/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ output "project_id" {
description = "Service project ID."
value = var.service_project_id
depends_on = [
google_compute_subnetwork_iam_member.gke_dataproc_shared_vpc_subnets,
google_compute_subnetwork_iam_member.service_shared_vpc_subnet_users,
google_project_iam_member.gke_host_agent,
google_project_iam_member.gke_dataproc_shared_vpc_network_user,
google_project_iam_member.service_shared_vpc_user,
]
}

0 comments on commit 1b558f3

Please sign in to comment.