Skip to content

Commit

Permalink
chose: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ckappen committed Jul 14, 2023
1 parent 616448b commit f832efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudwatch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ data "aws_iam_policy_document" "main" {
]

condition {
test = "ArnLike"
test = "ArnLike"
values = [
"arn:aws:logs:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:*"
]
variable = "aws:SourceArn"
}

condition {
test = "StringEquals"
test = "StringEquals"
values = [
tostring(data.aws_caller_identity.current.account_id)
]
Expand Down

0 comments on commit f832efc

Please sign in to comment.