https://pulumi.com logo
Title
b

big-potato-91793

08/05/2022, 7:50 PM
Hey I’m getting this
pulumi:pulumi:Stack security-groups-prod running error: an unhandled error occurred: Program exited with non-zero exit code: -1
Using aws provider and pulumi… for weird reason this only happen in one of my stack…. in all 3.. I activated the debug and versbose log and I’m not seeing anything wrong… any idea?
not sure if that’s related but I saw this
ebug: RegisterResource RPC prepared: t=aws:ec2/securityGroup:SecurityGroup, name=es.prod.eu-west-1
    error: an unhandled error occurred: Program exited with non-zero exit code: -1
Right after the RPC prepared the program exicted
c

curved-helicopter-46451

08/05/2022, 7:59 PM
do you have all the plugins installed that you use?
b

big-potato-91793

08/05/2022, 8:05 PM
I don’t see any plugin install at the beginning but it should be install when doing npm install no?
c

curved-helicopter-46451

08/05/2022, 8:08 PM
like you have this installed
pulumi plugin install resource aws 5.7.2
I don't know just guessing 😉