Skip to content

Commit

Permalink
add delay on block access
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Sep 25, 2020
1 parent c606874 commit cd0a123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ resource "aws_s3_bucket_public_access_block" "this" {
block_public_policy = true
ignore_public_acls = true
restrict_public_buckets = true
depends = [aws_s3_bucket_policy.policy ]
}

resource "null_resource" "policy_delay" {
Expand Down

0 comments on commit cd0a123

Please sign in to comment.