<@U03EZTYPZ7U> you can 'login' to pulumi to store ...
# getting-started
f
@boundless-queen-72669 you can 'login' to pulumi to store your stack state in various backends. You can store the state on your local machine if you want using
pulumi login file:///path/to/store
or
pulumi login --local
. I use Amazon S3. See https://www.pulumi.com/docs/reference/cli/pulumi_login/
b
Thank You @fancy-eve-82724. I have a follow up question on vsphere . Puumi on vsphere documentation do not have anything on : Provisioners -> local-exec and remote-exec and file. i could not see anything on connection block as well . Reference -> https://www.terraform.io/language/resources/provisioners/connection Would somebody from vsphere expert help me ?
@fancy-eve-82724 i have found the answer on why pulumi dosent allow remote-exec and local exec of terraform . Since pulumi has its own package : https://www.pulumi.com/registry/packages/command/ I will try these and come back , Thank you