https://pulumi.com logo
#golang
Title
b

big-state-95297

02/11/2021, 8:48 PM
Question - What happens to an error returned by the function passed to
ApplyT(...)
? E.g.
eksCluster.NodeSecurityGroup.ApplyT(func() (*ec2.SecurityGroupRule, error) { return nil, fmt.Errorf("Test failure")})
. Can I inspect the error and return error from
pulumi.Run
if the inner function fails?
3 Views