Versions in this module Expand all Collapse all v0 v0.6.1 Jun 18, 2023 Changes in this version + const MaxRequestBodySize + type Client struct + func NewClient(config ClientConfig) (*Client, error) + func (c *Client) UploadTFStateArtifact(ctx context.Context, artifact *terraform.State) (e error) + type ClientConfig struct + Authorization string + HTTPClient HTTPClient + OrganisationID string + URL string + Version string + type Data struct + Attributes terraform.State + Type string + type HTTPClient interface + Do func(req *http.Request) (*http.Response, error) + type HttpError struct + Detail string + StatusCode int + Title string + func NewHttpError(statusCode int, title string, detail string) *HttpError + func (h *HttpError) Error() string + type UploadTFStateArtifactRequest struct + Data Data