Hey I’m getting this ```pulumi:pulumi:Stack securi...
# general
b
Hey I’m getting this
Copy code
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
Copy code
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
do you have all the plugins installed that you use?
b
I don’t see any plugin install at the beginning but it should be install when doing npm install no?
c
like you have this installed
pulumi plugin install resource aws 5.7.2
I don't know just guessing 😉