From a063de14b18fde42c1a5821bba9213959e23118f Mon Sep 17 00:00:00 2001 From: Steven Nemetz Date: Thu, 17 May 2018 10:08:07 -0700 Subject: [PATCH] Fix formatting --- examples/attributes/main.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/attributes/main.tf b/examples/attributes/main.tf index de53237..ae03d7d 100644 --- a/examples/attributes/main.tf +++ b/examples/attributes/main.tf @@ -1,7 +1,7 @@ module "labels" { - source = "../../" - name = "CapMe" - environment = "Dev" - organization = "CorpXyZ" - attributes = ["role", "policy", "use", ""] + source = "../../" + name = "CapMe" + environment = "Dev" + organization = "CorpXyZ" + attributes = ["role", "policy", "use", ""] }