From d1767f0addcfed8ae06ca5ca42bb007ab1c73a4d Mon Sep 17 00:00:00 2001 From: tetsuya28 Date: Mon, 1 Jan 2024 17:50:36 +0900 Subject: [PATCH] Fix indent --- module/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/main.tf b/module/main.tf index 7b32f20..c202ce7 100644 --- a/module/main.tf +++ b/module/main.tf @@ -97,7 +97,7 @@ resource "aws_iam_policy" "this" { "logs:CreateLogStream", "logs:PutLogEvents", "ce:*", - "account:GetContactInformation" + "account:GetContactInformation" ], "Resource": "*", "Effect": "Allow"