Now with less trailing space

This commit is contained in:
Dan Buch 2020-03-02 22:30:43 -05:00
parent 935f681c2f
commit 293e39f72c
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7
3 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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" {

View File

@ -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" {