From 861ba0df788055bca5b584a5eaa8bab8140ef415 Mon Sep 17 00:00:00 2001 From: Kunpei Sakai Date: Fri, 26 Oct 2018 10:03:11 +0900 Subject: [PATCH] add argument requirements in code example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d6b2f5..f9520aa 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ module "pubsub" { { name = "push" // required ack_deadline_seconds = 20 // optonal - push_endpoint = "https://example.com" - x-goog-version = "v1beta1" + push_endpoint = "https://example.com" // required + x-goog-version = "v1beta1" // optional } ] pull_subscriptions = [ @@ -155,4 +155,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 \ No newline at end of file +- Dockerfiles - hadolint. Can be found in homebrew