I'm using the following file structure with S3 bac...
# getting-started
c
I'm using the following file structure with S3 backend. How can I use stack reference to refer to
vpc
project from
storage
project? I tried "vpc/dev" and it says
organization name must be 'organization'
. I tried "organization/vpc/dev" and it says
unknown stack 'organization/vpc/dev
. Thanks!
I solved it. I was using
<s3://bucket-name/layer-name>
as backend url. Turns out .pulumi itself distinguishes projects. I kept it as just
<s3://bucket-name>
and it resolved.
don't mind me having conversations with myself lol.