This message was deleted.
# general
s
This message was deleted.
m
So it is possible at all to have micro stacks with GCP bucket as the backend?
b
yes. you need to init your stacks with something like
project.stack
but it’s totally possible
m
Do we have somewhere working example?
b
it should be the same as any other backend. can you try removing the
f
string from your stack_reference?
m
it is removed, but doesn’t work
with same error
stack to which I’m trying to refer
and the reference settings:
Copy code
pulumi.stack_reference("common.cmn")
tried coomon-cmn, cmn
b
your method name is wrong
Copy code
stack = pulumi.get_stack()
print(stack)
pulumi.StackReference("stack-1.dev")
🫣 1
m
Thanks 🙂 I found this example somewhere and I was using it. pycharm suggested it too
b
if you can tell me where the example is I’ll fix it
m
It was in some kind of medium article