Skip to content

Commit

Permalink
Merge pull request #30 from garne349/patch-1
Browse files Browse the repository at this point in the history
Update sample-policy.tf
  • Loading branch information
badra001 committed Nov 17, 2021
2 parents 232ec9f + a774cbf commit 9197b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/policy/sample-policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data "aws_iam_policy_document" "policy" {
]
resources = [
module.mybucket.s3_bucket_arn,
format("%v/*", mybucket.s3_bucket_arn),
format("%v/*", module.mybucket.s3_bucket_arn),
]
}
statement {
Expand Down

0 comments on commit 9197b09

Please sign in to comment.