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.No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by