Anton Tayanovskyy

Results 553 comments of Anton Tayanovskyy

We cannot take this change just yet unfortunately, I will follow up on the ticket with the details.

This is not a bride problem as far as I can tell. The aiven provider returns schema without %2F on the wire in response to the `GetSchema` RPC request. However...

Thank you for reporting this strange behavior. The bug reproduces. Starting with this: ``` python import json import pulumi as pulumi import pulumi_aws as aws test = aws.batch.JobDefinition( "test", name="my_test_batch_job_definition",...

I am finding the same behavior in Terraform proper, so I think this is something that needs fixing ideally in the upstream provider. I will file a bug there and...

I have filed this in https://github.com/hashicorp/terraform-provider-aws/issues/39795 - it might help to upvote it to get the maintainers attention! Once the fix is made available the Pulumi provider will likely inherit...

I've confirmed this is fixed in pulumi_aws 6.61.0 @raywonkari can you open a new issue with a repro for aws:appautoscaling/target:Target? Thanks.

Not super sure. Wonder which version of the javagen code the new invocation is calling, though sounds like that code is present on latest.

Our first attempt to run the tests exposed some inadequate support in the testing infra to be able to support this atm (see https://github.com/pulumi/home/issues/3599). We decided to pivot to testing...

The was an attempt to consolidate these patches which reduces the burden a bit https://github.com/pulumi/pulumi-aws/pull/4151 but we decided to first ensure upstream tests run on the result of patching. I...