refined-photographer-38383
04/10/2023, 6:51 PMThe stack name is specified in one of the following formats:
stackName: Identifies the stack stackName in the current user account or default organization, and the project specified by the nearest Pulumi.yaml project file.
orgName/stackName: Identifies the stack stackName in the organization orgName, and the project specified by the nearest Pulumi.yaml project file.
orgName/projectName/stackName: Identifies the stack stackName in the organization orgName and the project projectName. projectName must match the project specified by the nearest Pulumi.yaml project file.
However when I try to create a new stack following the orgName/projectName/StackName
syntax I get the following error:
geoff@geoffs-mbp db % pulumi stack init
stack name: (dev) organization/db/poc
Sorry, 'organization/db/poc' is not a valid stack name. stack names are limited to 100 characters and may only contain alphanumeric, hyphens, underscores, or periods: "organization/db/poc"
billowy-army-68599
04/10/2023, 6:54 PMrefined-photographer-38383
04/10/2023, 6:54 PMgeoff@geoffs-mbp db % pulumi version
v3.62.0
billowy-army-68599
04/10/2023, 7:00 PMrefined-photographer-38383
04/10/2023, 7:04 PM