We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a new feature on AWS Application Loadbalancer published in July 2024, details can be found below:
Application load balancer's can be configured with dual stack without public IPv4 assignment.
Here is the terraform document that has the support for it, version as of creation of this GitHub issue 5.76.0:
Cannot configure the lb ip_address_type with dualstack-without-public-ipv4
ip_address_type
dualstack-without-public-ipv4
Deploying an AWS Application Load Balancer with dualstack without public IPv4
Be able to configure ip_address_type with dualstack-without-public-ipv4
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Feature
There is a new feature on AWS Application Loadbalancer published in July 2024, details can be found below:
Application load balancer's can be configured with dual stack without public IPv4 assignment.
Here is the terraform document that has the support for it, version as of creation of this GitHub issue 5.76.0:
Expected Behavior
Cannot configure the lb
ip_address_type
withdualstack-without-public-ipv4
Use Case
Deploying an AWS Application Load Balancer with dualstack without public IPv4
Describe Ideal Solution
Be able to configure
ip_address_type
withdualstack-without-public-ipv4
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: