Anton Tayanovskyy

Results 503 comments of Anton Tayanovskyy

Could you please provide a self-contained repro, and use `pulumi about` in the context of the repro which would include the pulumi-eks and pulumi-aws versions in use? Thank you.

Another instance of https://github.com/pulumi/pulumi-terraform-bridge/issues/2178 ! Thanks so much for reporting, we missed the impact that it's broken at runtime anyway.

Quick update, I'm checking up on how we are doing here in the 6x series of AWS. I can confirm that the following references still do not resolve to entries...

I've taken stock off the non-resource dangling references. All these originate from Node-only type overlays. There are two ways forward with these: 1. remove Node-only overlays and support the functionality...

Notes on resource references. Currently due to limitations in the bridge, resource references are exposed as type references. For example, looking at "aws:cloudwatch/logSubscriptionFilter:LogSubscriptionFilter": ``` "logGroup": { "type": "string", "oneOf": [...

Further discussion with @mikhailshilkov we are contemplating the possibility to construct two schemas for the moment. One schema similar to the present schema will be used for the purposes of:...

Since https://github.com/pulumi/pulumi-aws/releases/tag/v6.55.0 the provider includes a feature to serve a schema without any invalid references (see https://github.com/pulumi/pulumi-aws/pull/4587). This is currently under a feature flag. We are unable to make this...

I was expecting this to work but verifying on latest it seems that it is not working properly. I'll have closer look. ``` PULUMI_AWS_MINIMAL_SCHEMA=true anton@anton-mbp-m3> pulumi package get-schema aws |...

That won't be necessary. Looks like I got the tag references wrong, apologies, https://github.com/pulumi/pulumi-aws/pull/4587 did not make it into the 6.55.0 release yet. We will be releasing with the next...

We're preparing another release which will also include https://github.com/pulumi/pulumi-aws/pull/4640 , I'll comment here once I've confirmed this is working.