future-refrigerator-88869
11/09/2021, 6:52 PMconst stackArgs: InlineProgramArgs = {
stackName: 'some name',
projectName: "org/project",
program: inlineProgram,
};
However, when executing this i get error: could not create stack: provided project name "org-project" doesn't match Pulumi.yaml
. However, there's no pulumi.yaml
file within the folder I run this so I'm a bit confused. everything works fine if i don't use the org
but that creates the project within the devops user environment. Any ideas ?org/project
as project name. Instead it should be stackName: 'org/stack'
and the projectName should stay the same