Cameron Stokes
Cameron Stokes
@abaskar-tableau, can you elaborate on how you would like to configure this? Do you want a boolean flag to _omit_ the `UpdatePolicy` section from the template? Or do you want...
@abaskar-tableau I will try to get an answer for you here.
Here's a workaround using [transformations](https://www.pulumi.com/docs/intro/concepts/resources/#transformations) to modify the CloudFormation template from `@pulumi/eks`, to remove the `UpdatePolicy` section. #### Code ``` npm i js-yaml npm i js-yaml-cloudformation-schema ``` ```ts import *...
@MisinformedDNA, the Pulumi SDK and providers are free and open-source so they will be around forever. From a commercial perspective, Pulumi is well funded, growing rapidly, and is trusted by...
@UnoSD can you provide the code you're using that's causing this error?
Here's another example of the detailed error message not being provided in non-debug output. Error message ``` azure:appservice:Plan (prod-ui-plan): error: deleting urn:pulumi:prod::prod::azure:appservice/plan:Plan::prod-ui-plan: Error deleting App Service Plan "prod-ui-plan" (Resource Group...
@stack72 @mikhailshilkov thoughts on this one? This causes a fair bit of trouble and frustration for our users that hit this.
Hi @elsesiy: 1. Are you seeing this across specific resources or all resource types? 1. What language and provider versions are you using? 1. Can you provide your code and...
@Max1boy this is a known limitation as the logical resource name (as opposed to be [physical name](https://www.pulumi.com/docs/intro/concepts/programming-model/#autonaming)) must be **known** (e.g. be a static string), not an Output. The workaround...
Updated to include _"and data sources"_ in the suggestion.