hi all, is there a list of permissions `pulumi pre...
# general
t
hi all, is there a list of permissions
pulumi preview
requires in various cloud providers? use case is running
pulumi preview
on feature branches but not having the env have "full admin" to execute the actual changes
e
It depends on the provider. Many don't really do network operations on preview so they just need an account for initial configuration to pass.
t
oh interesting - what about for AWS?
i am basically following the example here https://www.pulumi.com/docs/guides/continuous-delivery/gitlab-ci/ but you can see it has a "preview" branch that only runs on merge requests, which is what I'm guessing how "preview" is supposed to be used
e
aws-native or aws?
aws-native doesn't do cloud operations during preview. So I think it will just do an account existence check at configure time. aws depends on what terraform does, which I don't think it does any cloud operations but haven't checked. Most of preview is just diffing based on the values of things in the state file.
t
ok let me give it a shot
i'm using crosswalk here, not sure if that's aws-native or aws
e
I think that's aws