Versions in this module Expand all Collapse all v4 v4.1.0 Jun 1, 2023 v4.0.0 May 30, 2023 Changes in this version + const ActivationPollMinimum + const ProviderVersion + var ActivationPollInterval = ActivationPollMinimum + var DiagWarnActivationCanceled = diag.Diagnostic + var DiagWarnActivationTimeout = diag.Diagnostic + var ErrCPCodeUpdateTimeout = errors.New("cp code update timeout") + var ErrContractNotFound = errors.New("contract not found") + var ErrCpCodeNotFound = errors.New("cp code not found") + var ErrEdgeHostnameNotFound = errors.New("unable to find edge hostname") + var ErrFetchingContracts = errors.New("fetching contracts") + var ErrFetchingGroups = errors.New("fetching groups") + var ErrFormatValue = errors.New("formatting value") + var ErrGroupNotFound = errors.New("group not found") + var ErrGroupNotInContract = errors.New("group does not belong to contract") + var ErrLookingUpCPCode = errors.New("looking up CP Code by name") + var ErrLookingUpContract = errors.New("looking up contract for provided group") + var ErrLookingUpGroupByName = errors.New("looking up group with name") + var ErrNoContractProvided = errors.New("'contractId' is required for non-default name") + var ErrNoContractsFound = errors.New("no contracts were found") + var ErrNoGroupProvided = errors.New("'group' not provided and it is a required input") + var ErrNoGroupsFound = errors.New("no groups found") + var ErrNoLatestIncludeActivation = errors.New("no latest activation for given include") + var ErrNoProductProvided = errors.New("'product' not provided and it is a required input") + var ErrProductFetch = errors.New("fetching product") + var ErrProductNotFound = errors.New("product not found") + var ErrPropertyInclude = errors.New("property include") + var ErrPropertyNotFound = errors.New("property not found") + var ErrPropertyVersionNotFound = errors.New("property version not found") + var ErrReadFile = errors.New("reading file") + var ErrRuleFormatsNotFound = errors.New("no rule formats found") + var ErrRulesNotFound = errors.New("property rules not found") + var ErrUnknownType = errors.New("unknown 'type' value") + var ErrUnmarshal = errors.New("unmarshaling value") + var ErrVersionCreate = errors.New("creating property version") + var PropertyResourceTimeout = time.Minute * 90 + func NetworkAlias(network string) (string, error) + func Provider() *schema.Provider + func Subprovider(opts ...Option) akamai.Subprovider + type Option func(p *provider) + func WithClient(c papi.PAPI) Option Other modules containing this package github.com/akamai/terraform-provider-akamai/v2 github.com/akamai/terraform-provider-akamai/v3 github.com/akamai/terraform-provider-akamai/v5 github.com/akamai/terraform-provider-akamai/v6 github.com/akamai/terraform-provider-akamai/v7