sparse-intern-71089
02/19/2021, 9:52 AMgifted-student-18589
02/19/2021, 9:56 AMfile://
as a backend won’t do well there. 🙂brave-planet-10645
02/19/2021, 10:06 AMgifted-student-18589
02/19/2021, 10:12 AMgifted-student-18589
02/19/2021, 10:16 AMs3://…
in our Pulumi.yaml
project file (this file is checked into our git repo) and avoid the file://
all together, but the thing is, every dev has its own AWS account, and only the account that created the S3 bucket would actually have access to it, and store state files via Pulumi.
Additionally, the devs would have to create their own bucket, with a different name (since S3 buckets must be unique in name), and then we end up with another problem, where every dev would have their own Pulumi.yaml file, with their own backend set in it.gifted-student-18589
02/19/2021, 10:17 AMbrave-planet-10645
02/19/2021, 10:53 AMgifted-student-18589
02/19/2021, 11:11 AM