Skip to content

Commit

Permalink
chore: Private DNS cannot be used with S3 endpoint (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazzurs committed Jun 7, 2021
1 parent 73b447f commit 231214a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/vpc-endpoints/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module "endpoints" {
s3 = {
# interface endpoint
service = "s3"
private_dns_enabled = true
tags = { Name = "s3-vpc-endpoint" }
},
dynamodb = {
Expand Down

0 comments on commit 231214a

Please sign in to comment.