Hey guys. I'm trying to use automation API, and on...
# general
m
Hey guys. I'm trying to use automation API, and one thing is kinda mysterious for me. When I'm trying to deploy stack with stackName: const stackName = fullyQualifiedStackName("lunacrafts", "connectors", hash); I'm getting validation error: stderr: Command failed with exit code 255: pulumi stack select --stack lunacrafts/connectors/eyJ0eXBlIjoiQGNvbm5lY3RvcnMva2Fma2EtdG8tcmVkaXMiLCJwYXlsb2FkIjp7InN0cmVhbXMiOlsidGVsZWdyYW0tY2hhbm5lbC0tMTIzIl19fQ== --non-interactive error: organization name must be 'organization' However, I've never seen it in documentation as validation rule, also fullyQualifiedStackName function doesn't seem to care. Is that a bug or a feature?