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 6419f43 commit 7f6d54bCopy full SHA for 7f6d54b
outputs.tf
@@ -71,7 +71,7 @@ output "env_vars" {
71
72
output "apphub_service_uri" {
73
value = {
74
- service_uri = "//memorystore.googleapis.com/${google_redis_instance.default.id}"
+ service_uri = "//redis.googleapis.com/${google_redis_instance.default.id}"
75
service_id = google_redis_instance.default.id
76
}
77
description = "Service URI in CAIS style to be used by Apphub."
0 commit comments