Hi everyone, So nice to meet you all. I started u...
# general
e
Hi everyone, So nice to meet you all. I started using Pulumi a while back, and its great. We are using pulumi to bring up and down an EKS cluster. But I have a small doubt which hopefully you all should be able to help. When I create a stack, only I can destroy it, and same for my team mate. what are the options for stack to be shared across folks in the team?
c
It sounds like you are using the local file option for the stack. Is that correct?
You need to be using a cloud based backend either via pulumi.com, S3, GCS, etc. to share the stack.
e
aahh yes, we were using the local file option. Thanks for the suggestion. Let me try to look up online for documentation for cloud based backend