Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 19, 2023
1 parent 821b700 commit b8a042b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ resource "aws_s3_bucket_policy" "policy" {
bucket = aws_s3_bucket.this.bucket
# policy = data.aws_iam_policy_document.this.json
policy = data.aws_iam_policy_document.bucket_policy_combined.json
depends_on = [null_resource.policy_delay]
depends_on = [time_sleep.policy_delay]
}

resource "aws_s3_bucket_public_access_block" "this" {
Expand Down

0 comments on commit b8a042b

Please sign in to comment.