This message was deleted.
# aws
s
This message was deleted.
s
Not sure if this is the cause of the issue, but you shouldn't need to call
apply
before
pulumi.Output.all
.
all
is
apply
when you want to wait for multiple values to become available and then do something with the raw values.
I believe that
eks_cluster.name
is also not a raw string - it's probably Input[Str]