AWS Application Load Balancer cannot be created with HTTPS target group #66
Labels
kind/bug
Some behavior is incorrect or out of spec
resolution/duplicate
This issue is a duplicate of another issue
What happened?
I'm trying to create an Application load balancer with a target group that sends to my servers via HTTPS; however, the Pulumi AWS SDK is throwing a null pointer exception due to TargetGroupTargetHealthState. My code does not set that field as it is not a valid element for an application load balancer. I tried setting it anyway and the Pulumi code errors saying that field cannot exist if the target group is using HTTPS
Here is the error I get when I do NOT include the targetGroupTargetHealthStatus (matches the example provided):
Here is the error I get when I DO include the targetGroupTargetHealthStatus:
Example
Output of
pulumi about
This is built using pulumi/actions@v5 in a GitHub action. Here is the output of the pulumi version:
3.97.0
warning: A new version of Pulumi is available. To upgrade from version '3.97.0' to '3.100.0', visit https://pulumi.com/docs/install/ for manual instructions and release notes.
Pulumi is not detected in the PATH. Proceeding to download
Matched version: v3.100.0
Install destination is /home/runner/.pulumi
Successfully deleted pre-existing /home/runner/.pulumi/bin
/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/.pulumi -f /home/runner/work/_temp/498e3d6e-5125-4515-a838-e549827726f3
Logging into the Pulumi Cloud backend.
The Java code dependencies are:
com.pulumi
pulumi
0.9.9
com.pulumi
aws
6.17.0
Additional context
No response
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).
The text was updated successfully, but these errors were encountered: