Anyone know of a good resource that explains the s...
# general
b
Anyone know of a good resource that explains the state options offered by Pulumi? Is there a way to do state management with something like S3/Blob storage like Terraform does or are you restricted to using the Pulumi offerings?
s
There's an offline option that allows you to specify a directory for state output, which you can persist any way you wish.
b
ok so you aren't forced into managing state with the pulumi paid offerings
?
s
No
b
sweet...it might be something I can make a case for down the road but to get started I needed it to be feature parity with terraform
w
For details on the current options - see https://pulumi.io/reference/cli/pulumi_login.html. Additional backends are being worked on - for example Azure Blog Storage (https://github.com/pulumi/pulumi/pull/2026). Note that the Pulumi service is freely available for individual projects.
👍 1
b
@white-balloon-205 I think you were referenced last week on another comment I had, why was the AWS Elastic Beanstalk example deleted?
also looks like s3 isnt implemented yet correct?
w
That's right - S3 hasn't yet been implemented. Once the Azure Blob storage PR lands, S3 support should be a small step from there.
Re: Beanstalk - the old "example" was really an integration test in the
@pulumi/aws
repository, and was removed because it was flaky (in particular, AWS had a few times hard-deprecated old platform versions breaking the tests). We could definitely bring it back as a proper example though!
s
Will be great when RBAC for storage is out of preview and integrated.