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.99k stars 4.44k forks source link

VPC Endpoints do not support `ip_address_type` property #1091

Closed adam-sm closed 3 months ago

adam-sm commented 5 months 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 5 months ago

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

tokarev-artem commented 4 months ago

@adam-sm up

bryantbiggs commented 3 months ago

resolved in #1096

github-actions[bot] commented 2 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.