Is it possible to have different backends per stac...
# general
f
Is it possible to have different backends per stack?. Lets say we store our state in S3 but want to keep dev/prd in different buckets. Can we add :
Copy code
backend:
  url: <s3://xxxx>
To each stack settings file?.
s
no it's not possible. there's an enhancement ticket requesting it as a feature though https://github.com/pulumi/pulumi/issues/10039
👍 1
e
Please do vote (👍) issues that your interested in, it helps us gauge user interest.
f
just did. Thanks.