Now with less trailing space
This commit is contained in:
parent
935f681c2f
commit
293e39f72c
4
Makefile
4
Makefile
@ -4,4 +4,6 @@ SHELL := /bin/bash
|
|||||||
docs: README.md
|
docs: README.md
|
||||||
|
|
||||||
README.md: $(wildcard *.tf)
|
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
|
## Usage
|
||||||
|
|
||||||
A typical production deployment that uses `PASSPORT_STRATEGY=auth0`,
|
A typical production deployment that uses `PASSPORT_STRATEGY=auth0`,
|
||||||
`DEFAULT_SERVICE=twilio`, and a direct SMTP connection for email might look like
|
`DEFAULT_SERVICE=twilio`, and a direct SMTP connection for email might look
|
||||||
this:
|
like this:
|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
module "digitalocean_spoke" {
|
module "digitalocean_spoke" {
|
||||||
|
4
main.tf
4
main.tf
@ -12,8 +12,8 @@
|
|||||||
* ## Usage
|
* ## Usage
|
||||||
*
|
*
|
||||||
* A typical production deployment that uses `PASSPORT_STRATEGY=auth0`,
|
* A typical production deployment that uses `PASSPORT_STRATEGY=auth0`,
|
||||||
* `DEFAULT_SERVICE=twilio`, and a direct SMTP connection for email might look like
|
* `DEFAULT_SERVICE=twilio`, and a direct SMTP connection for email might look
|
||||||
* this:
|
* like this:
|
||||||
*
|
*
|
||||||
* ```hcl
|
* ```hcl
|
||||||
* module "digitalocean_spoke" {
|
* module "digitalocean_spoke" {
|
||||||
|
Loading…
Reference in New Issue
Block a user