This message was deleted.
# general
s
This message was deleted.
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