Skip to content

Commit 2e46a76

Browse files
author
Bastien MENNESSON
committed
fix: using network's name in private-service-access module
1 parent 227b1ec commit 2e46a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mysql-and-postgres/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module "postgresql-db" {
114114
module "private-service-access" {
115115
source = "../../modules/private_service_access"
116116
project_id = "${var.project_id}"
117-
vpc_network = "${google_compute_network.default.self_link}"
117+
vpc_network = "${google_compute_network.default.name}"
118118
}
119119

120120
module "safer-mysql-db" {

0 commit comments

Comments
 (0)