Ian Wahbe
Ian Wahbe
> > Should we add marshal/unmarshal to protobuf.Struct/Value, or just round trip through the old PropertyValue system for now? > > Catching up with Slack it sounds like the plan...
> Is it worth having Map/Bind helpers to transform values with automatic secret/dependency propagation? We will definitely need something better then: ```go value := property.Of(update(oldValue.AsString())).WithDependencies(oldValue.Dependencies()) if oldValue.IsSecret() { value =...
> Are you shipping `yaml-language-server` as part of your solution? Nope, but lots of us have both installed.
It's YAML. We're hoping to keep the general language support for YAML, we just get LSP server conflicts. My understanding is that changing the language identifier will disable all language...
Hey @douglasg14b. I'm sorry you're hitting that, it looks like something has gone wrong here. If you could provide us a program that reproduces the `panic`, we would be happy...
Sorry for the long wait time. If you run `PULUMI_DEBUG_GRPC=logs.json pulumi up`, then send us the resulting `logs.json` file that could help. That json file might contain secrets, depending on...
Hey @douglasg14b. Thanks for the repro. Amazingly, the code you gave actually works as given (except the reference to the free variable `envs`, which can be removed). For a simplified...
I have confirmed that this is a bug upstream and have opened an issue there: https://github.com/digitalocean/terraform-provider-digitalocean/issues/1176. We will take the fix as soon as they do.
Hi @namqdam. Thanks for letting us know about this feature. This provider is based on [terraform-provider-digitalocean](https://github.com/digitalocean/terraform-provider-digitalocean), which is maintained by [digitalocean](https://github.com/digitalocean). We will support this feature as soon as [terraform-provider-digitalocean](https://github.com/digitalocean/terraform-provider-digitalocean)...
Hi @varunshoor. This is a know issue with the provider, but fixing it is a breaking change. I have opened up #600 to track a fix.