chilly-photographer-60932
11/30/2019, 12:12 AMpulumi:pulumi:Stack (aws-arcus-kitchensink-naveen-srinivasan):
error: an unhandled error occurred: Program exited with non-zero exit code: 1
The Pulumi runtime detected that 255 promises were still active
at the time that the process exited. There are a few ways that this can occur:
* Not using `await` or `.then` on a Promise returned from a Pulumi API
* Introducing a cyclic dependency between two Pulumi Resources
* A bug in the Pulumi Runtime
Leaving promises active is probably not what you want. If you are unsure about
why you are seeing this message, re-run your program with the `PULUMI_DEBUG_PROMISE_LEAKS`
environment variable. The Pulumi runtime will then print out additional
debug information about the leaked promises.
Permalink: <https://app.pulumi.com/MINDBODY-Platform/aws-arcus-kitchensink/naveen-srinivasan/previews/2daf38a1-f35b-4223-ba19-ca871a9f5ebd>
white-balloon-205
chilly-photographer-60932
12/02/2019, 4:13 PMwhite-balloon-205
Promise leak detected:
CONTEXT: transferIsSecret(resource:monitoring-nodes[aws:cloudformation/stack:Stack], tags, Calling [toString] on an [Output<T>] is not supported.
To get the value of an Output<T> as an Output<string> consider either:
1: o.apply(v => `prefix${v}suffix`)
2: pulumi.interpolate `prefix${v}suffix`
See <https://pulumi.io/help/outputs> for more details.
This function may throw in a future version of @pulumi/pulumi.)
chilly-photographer-60932
12/02/2019, 8:02 PMwhite-balloon-205
chilly-photographer-60932
12/03/2019, 4:30 PMwhite-balloon-205
chilly-photographer-60932
12/05/2019, 2:38 PMdev
stack instead of using my own personal stack which is not acceptable within the org. I would appreciate the help. I have torn down the stack and tried it back multiple times and non of that helps.microscopic-florist-22719
chilly-photographer-60932
12/06/2019, 6:22 PMlemon-spoon-91807
12/06/2019, 6:32 PM