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 cce7172 commit 4a343e2Copy full SHA for 4a343e2
outputs.tf
@@ -72,7 +72,7 @@ output "env_vars" {
72
output "apphub_service_uri" {
73
value = {
74
service_uri = "//redis.googleapis.com/${google_redis_instance.default.id}"
75
- service_id = substr("${var.name}-${md5("${var.region}-${var.project_id}")}", 0, 63)
+ service_id = substr("${var.name}-${md5("google-memorystore-for-redis-${var.region}-${var.project_id}")}", 0, 63)
76
location = var.region
77
}
78
description = "Service URI in CAIS style to be used by Apphub."
0 commit comments