Ian Wahbe

Results 264 comments of Ian Wahbe

Hi @alexa-gt. Thanks for opening an issue. This provider is bridged from the Terraform provider maintained by DataDog: https://github.com/DataDog/terraform-provider-datadog. They have an open issue out for this feature: https://github.com/DataDog/terraform-provider-datadog/issues/2304. As...

We will need to carefully consider the desired behavior of calling a plain invoke where a secret value is returned by the provider. On option (as brought up in https://github.com/pulumi/pulumi-go-provider/issues/260)...

@Zaid-Ajaj Do output-secrets in functions now work for all langauges? The PR that closed this only mentioned Python and Node.

When using `pulumi package gen-sdk --language `, I get: - dotnet: `Panic: fatal: An assertion has failed: duplicate file: Provider.cs` - nodejs: `panic: fatal: An assertion has failed: duplicate file:...

Right now, I see as the clear mapping move: `pulumi package get-schema` -> `pulumi schema get`. Other changes are more contentions. I think this needs more though to actually land....

@EronWright To explain (2): `defaultProvider: true` doesn't make the provider the "default provider", it makes it the provider used by resources. The following program is equivalent to the second example...

Because it is the provider used by default when no other explicit provider is specified. The pain comes the the fact that Pulumi YAML has a default provider... and the...

Hi @davidmdm. I'm sorry you're hitting this bug and I'm glad you found a workaround. Thanks for reporting this to us.

Hi @hrstoyanov. The cloudflare provider does support java. We'll look at adding a java example. Related to https://github.com/pulumi/pulumi-terraform-bridge/issues/2083.