Matthew (Matt) Jeffryes

Results 248 comments of Matthew (Matt) Jeffryes

[logs.txt](https://github.com/pulumi/pulumi-aws-native/files/13719834/logs.txt) ^ logs from a slow update that indicate we're waiting longer than necessary for resource creation.

It could just be that the response is giving us a retry after value 1 minute in the future. We can try ignoring that and poll for updates anyway.

Thank you for reporting this @tgillitzer. I agree that is a rather misleading (and disconcerting) preview. I'll add this to our backlog

Thanks for the bug report @Iced-Sun. It looks like this constraint may not be represneted in the CC specification, so we might need an upstream change to fix it.

Thanks for the bug report @dead10ck. This provider is designed to faithfully reflect the CloudControl API's, but unfortunately, that means we get it's quirks as well, like these mutually recursive...

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...

This issue has not been updated in over 180 days. If you are still experiencing this, please leave a comment to let us know that the issue is active.

This issue has not been updated in over 180 days. If you are still experiencing this, please leave a comment to let us know that the issue is active.

This issue has not been updated in over 180 days. If you are still experiencing this, please leave a comment to let us know that the issue is active.

@rquitales I think found the root of the original error. As for the panic when you switched to an object, I think the root of this issue is here: https://github.com/pulumi/pulumi-aws-native/blob/master/provider/pkg/schema/convert.go#L61...