From e880cb5a594df757fffff48c7386651b198df47e Mon Sep 17 00:00:00 2001 From: Kunpei Sakai Date: Sat, 9 Mar 2019 01:27:06 +0900 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b1c10a..917b202 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,11 @@ module "pubsub" { | Name | Description | |------|-------------| +| id | The ID of the Pub/Sub topic | | subscription_names | The name list of Pub/Sub subscriptions | | subscription_paths | The path list of Pub/Sub subscriptions | | topic | The name of the Pub/Sub topic | +| uri | The URI of the Pub/Sub topic | [^]: (autogen_docs_end) @@ -155,4 +157,4 @@ are as follows: - Golang - gofmt. gofmt comes with the standard golang installation. golang -s a compiled language so there is no standard linter. - Terraform - terraform has a built-in linter in the `terraform validate` command. -- Dockerfiles - hadolint. Can be found in homebrew +- Dockerfiles - hadolint. Can be found in homebrew \ No newline at end of file