Versions in this module Expand all Collapse all v1 v1.5.0 Feb 17, 2023 v1.4.0 Dec 23, 2021 Changes in this version + func HTTPStatusFromCode(code int32) int + func NewStackPathError(err error) error + func Provider() *schema.Provider + type APIError struct + func (e *APIError) Error() string + type Config struct + AccessToken string + BaseURL string + ClientID string + ClientSecret string + StackID string + func (c *Config) LoadAndValidate(ctx context.Context, terraformVersion string) error + type InvalidClientIDError struct + func NewInvalidClientIDError() *InvalidClientIDError + func (e *InvalidClientIDError) Error() string + type InvalidClientSecretError struct + func NewInvalidClientSecretError() *InvalidClientSecretError + func (e *InvalidClientSecretError) Error() string + type UserAgentTransport struct + func NewUserAgentTransport(parent http.RoundTripper, terraformVersion string) *UserAgentTransport + func (t *UserAgentTransport) RoundTrip(req *http.Request) (*http.Response, error) Other modules containing this package github.com/stackpath/terraform-provider-stackpath/v2