From 4d756e6a6f7ad644c09309bb872e730a6a4b9afa Mon Sep 17 00:00:00 2001 From: Abhimanyu Gupta Date: Mon, 28 Jan 2019 09:59:43 +0000 Subject: [PATCH] Formatting all files --- main.tf | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/main.tf b/main.tf index 1465a13..34a786e 100644 --- a/main.tf +++ b/main.tf @@ -5,7 +5,7 @@ */ resource "aws_sqs_queue" "shuntingyard_sqs_queue" { - name = "${local.instance_alias}-sqs-queue" + name = "${local.instance_alias}-sqs-queue" } resource "aws_sns_topic_subscription" "sqs_hive_metastore_sns_subscription" { @@ -64,8 +64,8 @@ EOF } resource "aws_iam_role_policy" "s3_for_shuntingyard" { - name = "s3" - role = "${aws_iam_role.shuntingyard_task.id}" + name = "s3" + role = "${aws_iam_role.shuntingyard_task.id}" policy = <