wet-fall-57893
02/01/2023, 3:18 AMlittle-cartoon-10569
02/01/2023, 3:36 AMwet-fall-57893
02/01/2023, 3:40 AM<s3://david-pulumi-state/>
however, they are not setup following org/projectName/stackName
format. If I leave out org
part when creating stackReference object, it throws out an error. Any idea how to resolve that? Thanksorg
but got error stack names may not contain slashe
little-cartoon-10569
02/01/2023, 4:25 AMwet-fall-57893
02/01/2023, 4:27 AMAll the states have to go in the same file.you mean the same place which in my case the same s3 bucket right?
little-cartoon-10569
02/01/2023, 4:27 AMwet-fall-57893
02/01/2023, 4:29 AMdave-dev
and dave-staging
stacks in project dave
.little-cartoon-10569
02/01/2023, 4:30 AMwet-fall-57893
02/01/2023, 4:30 AMlittle-cartoon-10569
02/01/2023, 4:31 AMwet-fall-57893
02/01/2023, 4:40 AMconst stackRef = new pulumi.StackReference('stack-ref-test', {
name: 'stack-ref-child',
});
orange-policeman-59119
02/01/2023, 8:03 AMwet-fall-57893
02/01/2023, 8:20 AM