Matthew (Matt) Jeffryes

Results 248 comments of Matthew (Matt) Jeffryes

Anecdotally, this doesn't seem to happen anymore and this report is very old; we can file a new ticket if this issue pops up again.

These types are copied in from the aws-native resources (eg. [here](https://www.pulumi.com/registry/packages/aws-native/api-docs/ecs/taskdefinition/#taskdefinitioncontainerdefinition)) which also lack descriptions for a lot of properties. There are a couple ways we could go about improving...

Thanks for pointing this out @kg-jcaron it should be possible to generate more useful types here.

Thanks for the detailed repro steps. Just a quick double-check: Is `aws` an alias for `@pulumi/aws-native` in your repro example? or is it an alias for `@pulumi/aws`? I think issue...

> I believe we have also just ran into issue https://github.com/pulumi/pulumi-aws-native/pull/2 on "@pulumi/aws": "5.42.0" > Where it is trying to recreate some indexes because the array indexes don't match. @uqgwil10...

Thanks for the report @trevorrobertsjr; I agree this is probably a typo, but the source is actually in the cloudformation schema we generate from: https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip Unfortunately, I don't think there's...

This issue hasn't seen any activity in the last 180 days. If you are still seeing this problem, please leave a comment to let us know that this is still...

Thanks for filing this @ghferrari; My reading of the error message is actually that it's objecting to setting `UnusedAccountValidityDays` not complaining about missing `TemporaryPasswordValidityDays`. Is there any chance the update...

Thanks for the additional detail @ghferrari. It's possible that we're sending in a default value somewhere for `UnusedAccountValidityDays`, it's also possible that that the API expects the client to send...

internal discussion: https://pulumi.slack.com/archives/CK21FUGUA/p1701449167548889 Key excerpts: "I created two of the new elasticache serverless caches, one through AWS Native and one through the console. Both availabe in the console in about...