Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#typescript
Title
# typescript
q
quiet-tomato-48326
04/11/2022, 7:17 AM
Hi team, I’m trying to troubleshoot an exit code 255 with no error messages. Any tips? I’m 98% sure it’s happening in a
pulumi.dynamic.Resource
subclass while calling super
Here’s the relevant code
fargate-task-resource-provider.ts
fargate-task.ts
and here’s the output
I’ve changed one of the inputs to the dynamic resource, so I’m expecting to see changes
and I’m also expecting a second debug statement to be printed
after
the call to super
2 Views
Post