Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-pharaoh authored Aug 17, 2020
1 parent d28561c commit b460132
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 b460132

Please sign in to comment.