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.
1 parent a5bf3aa commit b589190Copy full SHA for b589190
modules/valkey/main.tf
@@ -65,7 +65,8 @@ resource "google_memorystore_instance" "valkey_cluster" {
65
labels = var.labels
66
67
depends_on = [
68
- google_network_connectivity_service_connection_policy.service_connection_policies
+ google_network_connectivity_service_connection_policy.service_connection_policies,
69
+ module.enable_apis,
70
]
71
}
72
0 commit comments