Versions in this module Expand all Collapse all v1 v1.2.3 Jun 15, 2025 Changes in this version + var Services = []string + type Provider struct + func New(block schema.OptionBlock) (*Provider, error) + func (p *Provider) ID() string + func (p *Provider) Name() string + func (p *Provider) Resources(ctx context.Context) (*schema.Resources, error) + func (p *Provider) Services() []string + func (p *Provider) Verify(ctx context.Context) error + type ProviderOptions struct + AccessKey string + AccountIds []string + AssumeRoleArn string + AssumeRoleName string + AssumeRoleSessionName string + ExternalId string + Id string + SecretKey string + Services schema.ServiceMap + Token string + func (p *ProviderOptions) ParseOptionBlock(block schema.OptionBlock) error