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

feat: Added ip_address_type parameter to aws_vpc_endpoint resource #1096

Open tokarev-artem opened 2 weeks ago

tokarev-artem commented 2 weeks ago

Description

Added parameter ip_address_type to allow ipv4. ipv6 and dualstack ip_address_type support

Motivation and Context

To solve issue #1091

Breaking Changes

None

How Has This Been Tested?