Skip to content

Commit 26f8b37

Browse files
tf fmt
1 parent f0c8f39 commit 26f8b37

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

terraform/modules/spack_github/mirrors_iam.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ resource "aws_iam_role" "update_source_mirror" {
4040

4141
data "aws_iam_policy_document" "update_source_mirror" {
4242
statement {
43-
effect = "Allow"
44-
actions = ["s3:PutObject", "s3:ListBucket"]
43+
effect = "Allow"
44+
actions = ["s3:PutObject", "s3:ListBucket"]
4545
resources = ["${data.aws_s3_bucket.source_mirror}/*"]
4646
}
4747
}
4848

4949
resource "aws_iam_policy" "update_source_mirror" {
50-
name = "UpdateSourceMirror"
50+
name = "UpdateSourceMirror"
5151
policy = data.aws_iam_policy_document.update_source_mirror.json
5252
}
5353

0 commit comments

Comments
 (0)