Skip to content

Commit b589190

Browse files
committed
add dependency
1 parent a5bf3aa commit b589190

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/valkey/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ resource "google_memorystore_instance" "valkey_cluster" {
6565
labels = var.labels
6666

6767
depends_on = [
68-
google_network_connectivity_service_connection_policy.service_connection_policies
68+
google_network_connectivity_service_connection_policy.service_connection_policies,
69+
module.enable_apis,
6970
]
7071
}
7172

0 commit comments

Comments
 (0)