From 293e39f72c16e802c7ade71caffcc036689702de Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 2 Mar 2020 22:30:43 -0500 Subject: [PATCH] Now with less trailing space --- Makefile | 4 +++- README.md | 4 ++-- main.tf | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index a65628f..e87018f 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 4d68c06..142acc1 100644 --- a/README.md +++ b/README.md @@ -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" { diff --git a/main.tf b/main.tf index 778f302..f3be8fc 100644 --- a/main.tf +++ b/main.tf @@ -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" {