File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ module "memorystore" {
7070
7171| Name | Description |
7272| ------| -------------|
73+ | apphub\_ service\_ uri | Service URI in CAIS style to be used by Apphub. |
7374| auth\_ string | AUTH String set on the instance. This field will only be populated if auth\_ enabled is true. |
7475| current\_ location\_ id | The current zone where the Redis endpoint is placed. |
7576| env\_ vars | Exported environment variables |
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ output "env_vars" {
7070}
7171
7272output "apphub_service_uri" {
73- value = {
73+ value = {
7474 service_uri = " //memorystore.googleapis.com/${ google_redis_instance . default . id } "
7575 service_id = google_redis_instance.default.id
7676 }
You can’t perform that action at this time.
0 commit comments