Skip to content

Commit

Permalink
add argument requirements in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
namusyaka committed Oct 26, 2018
1 parent 039a43c commit 861ba0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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
- Dockerfiles - hadolint. Can be found in homebrew

0 comments on commit 861ba0d

Please sign in to comment.