From 33b77cec15d874e87c77270d174231020c46a2b9 Mon Sep 17 00:00:00 2001 From: Steven Nemetz Date: Mon, 9 Jul 2018 10:08:05 -0700 Subject: [PATCH] Fix style --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af0b376..5710fa5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ many times) and the using count to enable/disable resources. * Will return 1 for any true value, 0 for anything else. * Current true values: true, t, 1, on, enable -All [devops-workflow](https://registry.terraform.io/search?q=devops-workflow&verified=false) modules will eventually use this. +All [devops-workflow](https://registry.terraform.io/search?q=devops-workflow&verified=false) +modules will eventually use this. **NOTE:** `local` refers to this using [locals](https://www.terraform.io/docs/configuration/locals.html) and does not create any resources. It just builds new variables.