Hey, I new to this If I dont want to use Pulumi m...
# getting-started
q
Hey, I new to this If I dont want to use Pulumi managed service, then how is this work? Is it Pulumi produce some yaml or some kind of files, so I use this file to deploy it to my cloud provider?
e
Pulumi's managed service is primarily for state storage and secret management, but there are alternative backends that you can use. Pulumi's service also doesn't talk to your cloud provider, that is done by the pulumi program running on your machine using your local credentials.
q
Thank you for this.. I understand it right now..
By the way, this is really great
🙏 1