Skip to content

Commit 4a343e2

Browse files
nttarun-719q2w
andauthored
refactor: rename app hub service id (#323)
Co-authored-by: abhishek kumar tiwari <[email protected]>
1 parent cce7172 commit 4a343e2

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
@@ -72,7 +72,7 @@ output "env_vars" {
7272
output "apphub_service_uri" {
7373
value = {
7474
service_uri = "//redis.googleapis.com/${google_redis_instance.default.id}"
75-
service_id = substr("${var.name}-${md5("${var.region}-${var.project_id}")}", 0, 63)
75+
service_id = substr("${var.name}-${md5("google-memorystore-for-redis-${var.region}-${var.project_id}")}", 0, 63)
7676
location = var.region
7777
}
7878
description = "Service URI in CAIS style to be used by Apphub."

0 commit comments

Comments
 (0)