Now with less trailing space

main
Dan Buch 4 years ago
parent 935f681c2f
commit 293e39f72c
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -4,4 +4,6 @@ SHELL := /bin/bash
docs: README.md
README.md: $(wildcard *.tf)
terraform-docs markdown table . | tee $@ &>/dev/null
terraform-docs markdown table . | \
sed 's/ *$$//g' | \
tee $@ &>/dev/null

@ -11,8 +11,8 @@ This module is compatible with Terraform version `0.12+`.
## Usage
A typical production deployment that uses `PASSPORT_STRATEGY=auth0`,
`DEFAULT_SERVICE=twilio`, and a direct SMTP connection for email might look like
this:
`DEFAULT_SERVICE=twilio`, and a direct SMTP connection for email might look
like this:
```hcl
module "digitalocean_spoke" {

@ -12,8 +12,8 @@
* ## Usage
*
* A typical production deployment that uses `PASSPORT_STRATEGY=auth0`,
* `DEFAULT_SERVICE=twilio`, and a direct SMTP connection for email might look like
* this:
* `DEFAULT_SERVICE=twilio`, and a direct SMTP connection for email might look
* like this:
*
* ```hcl
* module "digitalocean_spoke" {

Loading…
Cancel
Save