Phillip Edwards
Phillip Edwards
Using a targeted destroy on the listener also removes the target group from the statefile and orphans the target group. `pulumi destroy -t {listener_urn}`
@stack72 For reference.
This following code will reproduce the issue: ```ts import * as pulumi from "@pulumi/pulumi"; import * as aws from "@pulumi/aws"; let booleanItem: boolean | undefined; const cluster = new aws.ecs.Cluster("diff-cluster");...
`NotSupportedException` isn't great, but at least it's a quick, fail fast mechanism to stop people from using a `getOrganization` method when it doesn't apply (eg- filestate). This seems like a...
https://www.pulumi.com/registry/packages/kubernetes/api-docs/yaml/configgroup/#properties
Thank's for the context @lblackstone.
While not ideal from a downstream stack's POV, a non-overwritten value at least is not going to cause an update or unintended behavior.
@Graham-Beer While the example from https://pulumi.com/docs does indeed fail, the example can be fixed with a couple of small tweaks: 1. Replace ``` OverrideAction: &wafv2.WebAclRuleOverrideActionArgs{ Count: nil, }, ``` with...
I took a brief look at what exists today in this repo and what it would take to add additional providers such as AWS, GCP, etc. I don't think it's...
Below are a few areas where it would be great to get clarification/guidance on Go programming in Pulumi. - Better documentation and examples for `All()` - Not sure how this...