Daniel Bradley

Results 271 comments of Daniel Bradley

A couple of initial comments while investigating. Mikhail pointed out that the issue with editing the state file here is that there's a special secret `__inputs` property that actually contains...

@jods4 if you can confirm that removing all properties except for `isHnsEnabled` works as expected that'd be great! The documentation has recently been updated to include an indicator as to...

@jods4 thanks! There's no urgency our side. > Shouldn't this be a non-issue when using export/import as described in documentation? I attempted to modify state both directly and going through...

> Pulumi wants to perform an update rather than replace the resource This should be fine - it'll perform a post without these properties. If these properties were set to...

Sorry, maybe I mis-understood. In your original description I thought you said that the properties were all using the default values and therefore should safely be excluded from the program...

> If there's no property to update except the "unset" ones... then nothing changes... so there's no update? Unfortunately, Pulumi can't know this - only the Azure service currently knows...

@mikhailshilkov could you expand on why doing option (2) would have to be a breaking change? It would appear that if a URL parameter is ever empty it's always going...

Hi @karlmutch-cynch thanks for highlighting. There are some known issues around the automated conversion of examples with for_each expressions. I'll transfer this over to the AWS provider project as it's...

Opened core issue: https://github.com/pulumi/pulumi/issues/20509

Thanks for the detail of the issue @sanmai-NL This would appear to be incorrect behaviour, though I'll defer to the code-owners to confirm that. Just to confirm: this issue isn't...