terraform-aws-modules / terraform-aws-vpc

Terraform module to create AWS VPC resources πŸ‡ΊπŸ‡¦
https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws
Apache License 2.0
2.92k stars 4.36k forks source link

VPC Endpoints do not support `ip_address_type` property #1091

Open adam-sm opened 3 weeks ago

adam-sm commented 3 weeks ago

Description

Setting the ip_address_type property on an endpoint does not get propagated to the underlying aws_vpc_endpoint resource.

This means the routing tables only get propagated with the S3/DynamoDB IPv4 prefix list routes and clients using IPv6 (AWS CLI) can not route request to S3 and hang if no external egress

tokarev-artem commented 2 weeks ago

Hi @adam-sm , can you check if #1096 works for you?