Skip to content

Commit

Permalink
fix: Remove wrapping list brackets from S3 bucket ARNs variable (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannatBawa authored Jun 12, 2023
1 parent 2fca2bb commit 2317c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/studio/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ data "aws_iam_policy_document" "service" {
"s3:DeleteObject",
]
resources = coalescelist(
[var.service_role_s3_bucket_arns],
var.service_role_s3_bucket_arns,
["arn:${local.partition}:s3:::*"]
)
}
Expand Down

0 comments on commit 2317c56

Please sign in to comment.