anyone?
# general
w
anyone?
l
If you arrange for a resource to be created automatically like this, then the only thing you can do is wait for it to be created then search for it. Which means either you're working in an apply(), or you're using automation-api. Neither sounds ideal: creating resources in an apply() makes preview differ from up, and using automation-api just to work around an implementation detail is not to be recommended.
If you need the Authorizer ID, then the best solution is to create it yourself and not use the OpenAPI spec. It doesn't sound compatible with your needs.
w
@little-cartoon-10569 thanks for the reply