:wave: Hi everyone! I wonder if stack reference wo...
# general
a
👋 Hi everyone! I wonder if stack reference would work in the pulumi cloud free option. The docs says that we need fqdn incloud org name but in the free version there is no org option. Thanks for any help in advance!
g
always "organization". Not really a organization feature in self hosted managed, when not using the cloud platfom, per my knowledge. "organization/project/stack"
Copy code
export const infra_vpcs_dev = "organization/infra_vpcs/foundations-dev";
s
If you're using Pulumi Cloud's free individual tier, then replace "organization" with your username, i.e.,
yourusername/project/stack
.
I believe using the word "organization" exactly applies only to self-managed backends, but I may be mistaken.
a
Thanks for the help @salmon-account-74572 @gorgeous-honey-75918
s
Happy to help!