Skip to content

Commit f832efc

Browse files
committed
chose: fix indentation
1 parent 616448b commit f832efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudwatch.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ data "aws_iam_policy_document" "main" {
3737
]
3838

3939
condition {
40-
test = "ArnLike"
40+
test = "ArnLike"
4141
values = [
4242
"arn:aws:logs:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:*"
4343
]
4444
variable = "aws:SourceArn"
4545
}
4646

4747
condition {
48-
test = "StringEquals"
48+
test = "StringEquals"
4949
values = [
5050
tostring(data.aws_caller_identity.current.account_id)
5151
]

0 commit comments

Comments
 (0)