Cannot assign '{}' to 'aws:alb/ListenerDefaultAction:ListenerDefaultAction': type: Missing required property 'type' #525
Labels
area/program-resource
Related to Program resource
kind/bug
Some behavior is incorrect or out of spec
What happened?
I'm trying to create a new aws.alb.Listener in order to attach it to a new aws.alb.LoadBalancer and to reference the defaultActions to a new aws.lb.TargetGroup with this example (link) with YAML syntax and with the Pulumi Kubernetes Operator (link).
I was able to create the aws.alb.LoadBalancer & aws.lb.TargetGroup successfully, but when I tried to create the aws.alb.Listener and reference in the defaultActions (which is list of maps) the new targetGroupArn from my new aws.lb.TargetGroup I got the following error:
Example
Any chance that there is a problem when the pulumi k8s operator is trying to convert the list of maps with a variable inside?
Note:
This not happens when I'm trying to run it driectly in my laptop, apperntly it happens only in the k8s operator.
The text was updated successfully, but these errors were encountered: