Skip to content

Commit 231214a

Browse files
authored
chore: Private DNS cannot be used with S3 endpoint (#651)
1 parent 73b447f commit 231214a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/vpc-endpoints/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module "endpoints" {
1717
s3 = {
1818
# interface endpoint
1919
service = "s3"
20-
private_dns_enabled = true
2120
tags = { Name = "s3-vpc-endpoint" }
2221
},
2322
dynamodb = {

0 commit comments

Comments
 (0)