Anton Tayanovskyy
Anton Tayanovskyy
After either pulumi refresh or pulumi up --refresh is accepted, the state gets in a good place and works as expected after that.
Apologies, this is still a problem. Adding some technical notes here ``` Still reproduces after all the fixes: ~ rules: [ ~ [0]: { ~ action : { + __defaults:...
``` CLI Version 3.111.1 Go Version go1.22.1 Go Compiler gc Plugins NAME VERSION aws 6.32.0 nodejs unknown Host OS darwin Version 14.4.1 Arch x86_64 This project is written in nodejs:...
Re-reading this carefully, I'm with Cory here on moving forward with the change as it makes this resource simpler to reason about and less surprising. Regarding the situation of a...
Thanks @scottslowe and @SharpEdgeMarshall for our feedback! It appears that I incorrectly interpreted the `aws eks list-addons --cluster-name cluster-b83e45e` results as authoritative. If this is being relied on we will...
Thanks for looking at this @corymhall ! There look like a few potentially tangled issues here, I'm going to add a few things I can observe quickly. Even before we...
I'll take a closer look. Started https://github.com/pulumi/pulumi-terraform-bridge/issues/1417 tracking issue, I've seen at least one more issue with sets affecting diff results, could be related.
Hi @chrishoward I have been going through set handling in bridged providers recently and I think I have some suggestions here, although I have not yet delved deeper into reproducing...
I've filed https://github.com/pulumi/pulumi-terraform-bridge/issues/1755 as an interesting usability improvement we could undertake in the bridge.
Adds DiffSuppressFunc, this can change update/replace behavior