From b95ca2ed581dfac4be84fc49ae94894187b29d2c Mon Sep 17 00:00:00 2001 From: David Shafer Date: Sat, 11 Aug 2018 14:05:49 -0500 Subject: [PATCH] Fix formatting --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 2687fc5..5d85f12 100644 --- a/variables.tf +++ b/variables.tf @@ -20,6 +20,6 @@ variable "cluster_name" { } variable "role_arn" { - type = "string" + type = "string" description = "IAM role to be used when accessing the cluster" }