I'm totally new to Pulumi and trying it out as a P...
# general
e
I'm totally new to Pulumi and trying it out as a PoC for a project for my team. Specifically, I want to create AWS resources like EKS and an autoscaling group, some S3 buckets and objects, etc. I'd like to use python. I tried the tutorial but now I'm getting errors like this:
Copy code
pulumi stack
error: open /home/tsi.lan: permission denied
Does pulumi need to run as root?