You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users want to create custom TFE run tasks. However, it seems that the Golang structs, and functions that support this are missing from this repo. This is the API docs for Run Tasks Integration API. This leads to users writing their own implementation, which can differ and lead to mistakes, bugs, and slower development cycle.
Attempted Solutions
It was attempted to write our own structs, functions etc but I believe the whole community would benefit if those were supported in this official Golang client.
Proposal
Support the following:
Run task request struct. This way, the consumers of the call coming from TFC/E will not have to create their own struct
Use-cases
Users want to create custom TFE run tasks. However, it seems that the Golang structs, and functions that support this are missing from this repo. This is the API docs for Run Tasks Integration API. This leads to users writing their own implementation, which can differ and lead to mistakes, bugs, and slower development cycle.
Attempted Solutions
It was attempted to write our own structs, functions etc but I believe the whole community would benefit if those were supported in this official Golang client.
Proposal
Support the following:
The text was updated successfully, but these errors were encountered: