This message was deleted.
# aws
s
This message was deleted.
g
Are you using the Classic AWS provider? You need to provide a map instead of a
FargateProfileLabelArgs
object on line 56 if you are: https://www.pulumi.com/registry/packages/aws/api-docs/eks/fargateprofile/#fargateprofileselector If you're using the Native AWS provider, you want to use
FargateProfileLabel
instead of
FargateProfileLabelArgs
on line 56: https://www.pulumi.com/registry/packages/aws/api-docs/eks/fargateprofile/#fargateprofileselector
🙏 1
f
I got your point, still unable to figure out the correct output.
w
@future-window-78560 I don’t know if it’ll help, but I have an example of EKS on fargate here: https://github.com/MitchellGerdisch/pulumi-work/tree/master/py-aws-eks-on-fargate