bitter-wall-61422
06/16/2024, 12:40 PMawait createStack.addEnvironments(environment)
didnt configure the deployment settings
i also did explicit configuration
await createStack.setConfig(key, { value: value });
didnt update the deployment config
also tried
await createStack.refreshConfig()
and just nothing happens
when i see the stack in the pulumi's UI and try to destroy it
it wants me to reconfigure it
i noticed that only when i attach a stack to a git repo
im able to destroy it
but i dont want to create a git repo per stack convention
please helpwhite-balloon-205
DeploymentSettings
resource in the Pulumi Service provider: https://www.pulumi.com/registry/packages/pulumiservice/api-docs/deploymentsettings/.
3. The console UI as you already discovered.
This issue is tracking adding Deployment Settings management directly to Automation API - (and perhaps you are the user who just commented on it as well!): https://github.com/pulumi/pulumi/issues/14599.