Mark Bixler
Mark Bixler
Did anyone ever get this figured out? I had it on Mac, but can't get debugging working on Windows :(
For sure!...some names have been replaced with generic. ``` ╰─❯ pulumi preview --diff Previewing update (dev) View Live: https://app.pulumi.com/mark-bixler/example.io/dev/previews/88331707-f555-441f-860a-aa709eb8cf20 pulumi:pulumi:Stack: (same) [urn=urn:pulumi:dev::example.io::pulumi:pulumi:Stack::example.io-dev] +-aws:acm/certificate:Certificate: (replace) [id=arn:aws:acm:us-east-1:208123456789:certificate/678536c4-2b68-4dc4-a74c-5239ef541758] [urn=urn:pulumi:dev::example.io::aws:acm/certificate:Certificate::example.io-cert] [provider=urn:pulumi:dev::example.io::pulumi:providers:aws::secondary::9ce33a40-5ee3-4c1c-afa4-36bcec07fe0e] ~ subjectAlternativeNames: [...
Another issue with this ssm provider when trying to update the policy doc it returns with an error ``` Error updating SSM document: ValidationException: 1 validation error detected: Value ''...
It appears that when I `ignoreChanges: ['tags', 'volumeTags']` then Pulumi no longer wants to replace the dependent resources? Why are these tag changes (which aren't changes) producing this domino affect?

Pulumi Refresh shows no changes.

In order to get ONLY the correct changes, I ended up needing to: - ignore `tags` & `volumeTags` for ec2instance - ignore `policy` in iam Role Policy - ignore `locationArn`...
I'm not really comfortable putting all that out on a public space. I can provide this in slack or a private gist.