fix root example
This commit is contained in:
2
main.tf
2
main.tf
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user