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
New Client method to access API version information for the remote API, where available. The server-side support for this is still rolling out as we cut this release, so some servers will return an empty-string result until the new API release phases in. (#120)
Can now set TargetAddrs when creating a new run, which translates to additional -target options when launching Terraform in the remote execution environment. Server-side support for this came in API version 2.3.0, so it may be necessary for clients to use the new RemoteAPIVersion header first to confirm that the field is supported; it will be silently ignored on older API versions. (#117)