what does the "doNotCapture" setting do exactly? n...
# general
c
what does the "doNotCapture" setting do exactly? not really clear when should I use that when working with ComponentResources, e.g. the aws-infra repo set this to true: https://github.com/pulumi/pulumi-aws-infra/blob/master/nodejs/aws-infra/cluster.ts#L340, but in the eks code, Cluster, which is a ComponentResource too, does not set this: https://github.com/pulumi/eks/blob/master/nodejs/eks/cluster.ts