Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
patheard committed Mar 5, 2024
1 parent e8d0e67 commit 9e2f01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terragrunt/org_account/billing_extract_tags/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "aws_s3_bucket_policy" "billing_extract_tags" {

data "aws_iam_policy_document" "billing_extract_tags_bucket" {
statement {
effect = "Allow"
effect = "Allow"
principals {
type = "AWS"
identifiers = [aws_iam_role.billing_extract_tags.arn]
Expand All @@ -45,7 +45,7 @@ data "aws_iam_policy_document" "billing_extract_tags_bucket" {
}

statement {
effect = "Allow"
effect = "Allow"
principals {
type = "AWS"
identifiers = ["arn:aws:iam::066023111852:root"]
Expand Down

0 comments on commit 9e2f01f

Please sign in to comment.