Have any one tried doing microstack with pulumi to...
# google-cloud
t
Have any one tried doing microstack with pulumi to manage GCP resources? https://www.pulumi.com/docs/iac/packages-and-automation/organizing-projects-stacks/#micro-stacks For this approach, do you have a separate project per-stack? When I tried deploying multiple pulumi stack to a single project, running
pulumi config refresh
would actually cause the two stack to fight over each other (e.g. delete each other's IAM policy resource since they don't expect it). Is possible to have micro-stacks within the same project? (how?) or they must be in different project?