kind-airport-89906
04/21/2021, 2:40 PMerror: an unhandled error occurred: program exited with non-zero exit code: 1
error: program failed: marshaling properties: awaiting input property cluster: cannot marshal an input of type pulumi.StringOutput with element type string as a value of type pulumi.StringOutput
exit status 1
Code Snippet:
_, err = eks.NewManagedNodeGroup(ctx, "managed", &eks.ManagedNodeGroupArgs{
Cluster: cluster.Core,
NodeGroupName: pulumi.String("managed-test"),
})
I get the same error on both the NewManagedNodeGroup
and NewNodeGroup
resources. And if i remove the nodegroup resource the rest of the stack works finebillowy-army-68599
kind-airport-89906
04/27/2021, 2:51 PM