Hello! I've been using pulumi (typescript) with gc...
# getting-started
m
Hello! I've been using pulumi (typescript) with gcp (self managed state bucket) for a while now but now I'm trying out pulumi cloud with azure. I'm following the Pulumi Azure Getting Started but when running pulumi up or pulumi preview --diff I'm getting an error
Copy code
error: an unhandled error occurred: Program exited with non-zero exit code: -1
I tried -v10 but don't see any additional information. Did I miss something? pulumi version 3.72.0
Copy code
+-- @pulumi/azure-native@1.103.0
+-- @pulumi/pulumi@3.72.1
`-- @types/node@16.18.36
I did install AzureCLI and pulumi into a docker container and using the container as a standardized runtime env.
nm... strace shows exit code 255. docker daemon mem limit was hit. restart + raising mem limit fixed the issue.