Anton Tayanovskyy
Anton Tayanovskyy
The same behavior holds upstream: https://github.com/hashicorp/terraform-provider-aws/issues/38515
It is possible to apply the workaround of `replaceOnChanges: ["body"]` resource option to the RestAPI. This will cause a complete replacement of the resource. Let us know if this unblocks...
@kislerdm @mjeffryes unfortunately when .NET SDK generator picks names for SDK elements it may occasionally conflict (as is the case with pulumi/pulumi#17826 indeed). This is highly unfortunate indeed, but a...
I think this is very reasonable, `Provider` is indeed one of those essentially reserved keywords in Pulumi, so if you have a namespace called "provider" it makes sense to rename...
Thanks for your candor! That is highly appreciated.
Thank you for reporting this! My team will pick this up as time permits. Additional context. In SDKv2 upstream this is defined as: ``` "project_visibility": { Type: schema.TypeString, Optional: true,...
Ah sorry that's just some personal tool I've been working on (https://github.com/t0yv0/pus) to assist this kind of lookup; it's not yet really ready for public use. You can get roughly...
Using this for modules https://github.com/pulumi/pulumi-terraform-bridge/pull/3007/files I was a bit confused if existing functionality can be relied on in all languages or not quite yet. https://github.com/pulumi/pulumi/blob/8ad78da96621cfeece6fed63fd3be820091f45df/pkg/codegen/schema/schema.go#L1722 is available https://github.com/pulumi/pulumi/pull/11753 makes it...
Verified with @lunaris and @Zaid-Ajaj - it seems that TypeSpec is supported only for NodeJS and .NET at the moment, and only for normal invokes not methods. Some work to...
``` Zaid Ajaj Just now the simplified-invokes codegen-test shows the current state of what is supported https://github.com/pulumi/pulumi/tree/master/tests/testdata/codegen/simplified-invokes ```