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

Standardizing to a list input

This commit is contained in:
Petri Autero
2019-05-02 10:34:20 +03:00
parent fbc8b17362
commit 6312a707c7
4 changed files with 25 additions and 10 deletions

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"