We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 227b1ec + 2e46a76 commit 3ec25cfCopy full SHA for 3ec25cf
examples/mysql-and-postgres/main.tf
@@ -114,7 +114,7 @@ module "postgresql-db" {
114
module "private-service-access" {
115
source = "../../modules/private_service_access"
116
project_id = "${var.project_id}"
117
- vpc_network = "${google_compute_network.default.self_link}"
+ vpc_network = "${google_compute_network.default.name}"
118
}
119
120
module "safer-mysql-db" {
0 commit comments