Skip to content

Commit

Permalink
Merge pull request #27 from DNXLabs/fix/s3-endpoint-policy
Browse files Browse the repository at this point in the history
Fix s3 endpoint policy
  • Loading branch information
lgothelipe authored Apr 4, 2022
2 parents 3b6ee1c + b4ba0e6 commit 4c0981c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions s3-endpoint.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ resource "aws_vpc_endpoint" "s3" {

policy = var.vpc_endpoint_s3_policy

lifecycle {
ignore_changes = [policy]
}

tags = merge(
var.tags,
{
Expand Down

0 comments on commit 4c0981c

Please sign in to comment.