Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
vdhima authored Jan 21, 2024
1 parent f8c7bee commit 38907fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/modules/storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ resource "aws_s3_bucket_policy" "my-static-website-policy" {
]
})
depends_on = [ aws_s3_bucket.my-static-website , aws_s3_bucket_public_access_block.my-static-website-access-block ]
}

0 comments on commit 38907fd

Please sign in to comment.