1
0
mirror of synced 2025-12-19 18:05:44 -05:00

fix root example

This commit is contained in:
Rob Morgan
2019-06-25 18:03:00 +02:00
parent 188cdfb0d7
commit f25a4c7c8b

View File

@@ -92,7 +92,7 @@ module "postgres" {
private_network = google_compute_network.private_network.self_link
# Wait for the vpc connection to complete
wait_for = google_service_networking_connection.private_vpc_connection.network
dependencies = [google_service_networking_connection.private_vpc_connection.network]
custom_labels = {
test-id = "postgres-private-ip-example"