Skip to content

Commit 6419f43

Browse files
committed
modify README
1 parent 446563e commit 6419f43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 |

outputs.tf

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

7272
output "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
}

0 commit comments

Comments
 (0)