sparse-intern-71089
09/06/2023, 4:04 PMsalmon-account-74572
09/06/2023, 4:08 PMproject_name
or project_id
or similar as an input when creating the other assets) then Pulumi should handle the dependencies correctly. Are you doing that now and itโs not working as expected?average-plastic-1653
09/06/2023, 4:39 PMbucket1 = storage.Bucket(f"bucket-{client_codename}", location="us-east1", project=project_id)
to:
bucket1 = storage.Bucket(f"bucket-{client_codename}", location="us-east1", project=project.project_id)
salmon-account-74572
09/06/2023, 5:11 PMaverage-plastic-1653
09/06/2023, 5:19 PMsalmon-account-74572
09/06/2023, 5:20 PM