Unlike de description , "dualstack-without-public-ipv4" is not available in type IpAddressType for a alb .
A workaround is to use a lb that has string for type IpAddressType
Sample program
/**
* Type of IP addresses used by the subnets for your load balancer. The possible values depend upon the load balancer type: `ipv4` (all load balancer types), `dualstack` (all load balancer types), and `dualstack-without-public-ipv4` (type `application` only).
*/
ipAddressType?: pulumi.Input<IpAddressType>;
CLI
Version 3.120.0
Go Version go1.22.4
Go Compiler gc
Plugins
KIND NAME VERSION
resource aws 6.56.1
resource cloudflare 5.40.1
resource datadog 4.34.1
language nodejs unknown
Host
OS ubuntu
Version 22.04
Arch x86_64
This project is written in nodejs: executable='/home/****/.volta/bin/node' version='v18.18.0
Additional context
NA
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
Describe what happened
Unlike de description , "dualstack-without-public-ipv4" is not available in type IpAddressType for a alb . A workaround is to use a lb that has string for type IpAddressType
Sample program
Log output
No response
Affected Resource(s)
No response
Output of
pulumi about
Additional context
NA
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).