Javad Taheri
Javad Taheri
Seems like [findheld-doug](https://github.com/findheld-doug)'s provided a fix for this issue. Should this be closed?
Looks like v3 api is not supported in GitLab v>9.5 according to [this]( https://docs.gitlab.com/ee/api/v3_to_v4.html)
/cc @hasheddan @negz
Thanks @hasheddan! This is not a blocker, and I can work around this with some code in my app.
@muvaf thanks for the comment! My use case is that in order to provision an external resource `A`, the creation goes through a series of steps in order. Trying to...
The closest case that I can see in Crossplane is [route table resource on aws provider](https://github.com/crossplane/provider-aws/blob/master/pkg/controller/network/routetable/controller.go#L155). A `RouteTable` resource needs multiple resources and even though all of them are created...