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 4358d3e commit ebef4beCopy full SHA for ebef4be
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_redis_instance.default.region}-${var.project_id}")}", 0, 63)
76
}
77
description = "Service URI in CAIS style to be used by Apphub."
78
0 commit comments