-
Notifications
You must be signed in to change notification settings - Fork 13
Description
👋 Not sure this is the right place tot submit a feature request for the opslevel api, but here I go :
I am working on a contribution to the opslevel terraform provider so we can establish relationship between infrastructure and services via terraform. Unfortunately the Ops level api does not implement a query which allow to retrieve a single relationship by id. To work around this lack of feature, i had to specialise the resources (ie opslevel_infrastructure_relationship and use the relatedResources property. It works, but its quite suboptimal and make the code un-necessarily complicated, and thus leaves little chance for the contribution to be accepted in the current state.
Implementing a "relationship" query and making it available in the golang client would remove the need for such workaround.