Skip to content

Commit 7f6d54b

Browse files
tjy9206q2w
andauthored
Update outputs.tf
Co-authored-by: abhishek kumar tiwari <[email protected]>
1 parent 6419f43 commit 7f6d54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ output "env_vars" {
7171

7272
output "apphub_service_uri" {
7373
value = {
74-
service_uri = "//memorystore.googleapis.com/${google_redis_instance.default.id}"
74+
service_uri = "//redis.googleapis.com/${google_redis_instance.default.id}"
7575
service_id = google_redis_instance.default.id
7676
}
7777
description = "Service URI in CAIS style to be used by Apphub."

0 commit comments

Comments
 (0)