muvaffak

Results 206 comments of muvaffak

It seems that this property isn't included in the creation or update calls, so we'd need to add it manually instead of relying on ACK to generate it. The field...

I think this is a very good idea if we have the tools to get the caching right. A few questions: * Does the token in the config ever expire?...

Hi folks! It seems like this resource doesn't publish connection information. It should be a pretty straight-forward addition, if you're interested in contributing. If the information you need is available...

I think I'm in the same boat with @negz . It's a very useful feature for sure, but with the high fidelity goal, I'm not sure if it fits in...

Hi @erickfaustino ! You might be able to reuse the same struct from Bucket Policy. In fact, having the policy struct in one place and letting many policy resources import...

@negz Yes, that's what I had in mind, too. We can use ACK to generate `DBInstance` and fill up the custom parts with the existing code in `RDSInstance`

We can fix https://github.com/crossplane/provider-aws/issues/519 as well in the new `DBInstance` type.

@kelvinwijaya I wonder why the content of the for loop is empty. From your message in Slack, it seems it has some fields that should be used in the for...

The original problem that we wanted to solve by tracking operation ID was that Azure returns `404` until the creation actually succeeds, which could take many minutes, so we needed...

Linking https://github.com/crossplane/crossplane-runtime/issues/285 . A workaround could be to store the polling URL in the annotations similar to external name so that it is not lost.