Documentation ¶
Index ¶
- func NewFrameworkProvider(version string) func() provider.Provider
- type ProviderFramework
- func (p *ProviderFramework) Configure(ctx context.Context, req provider.ConfigureRequest, ...)
- func (p *ProviderFramework) DataSources(ctx context.Context) []func() datasource.DataSource
- func (p *ProviderFramework) Metadata(ctx context.Context, req provider.MetadataRequest, ...)
- func (p *ProviderFramework) Resources(ctx context.Context) []func() resource.Resource
- func (p *ProviderFramework) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
- type ProviderFrameworkConfiguration
- type ProviderFrameworkModel
- type WorkloadIdentityFrameworkModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFrameworkProvider ¶ added in v0.71.0
Types ¶
type ProviderFramework ¶ added in v0.71.0
type ProviderFramework struct {
// contains filtered or unexported fields
}
This is an implementation using the Provider framework Docs can be found here: https://developer.hashicorp.com/terraform/plugin/framework NOTE: All other resources and data sources for other products can be found in the providersdkv2 folder at the same level
func (*ProviderFramework) Configure ¶ added in v0.71.0
func (p *ProviderFramework) Configure(ctx context.Context, req provider.ConfigureRequest, resp *provider.ConfigureResponse)
func (*ProviderFramework) DataSources ¶ added in v0.71.0
func (p *ProviderFramework) DataSources(ctx context.Context) []func() datasource.DataSource
func (*ProviderFramework) Metadata ¶ added in v0.71.0
func (p *ProviderFramework) Metadata(ctx context.Context, req provider.MetadataRequest, resp *provider.MetadataResponse)
func (*ProviderFramework) Resources ¶ added in v0.71.0
func (p *ProviderFramework) Resources(ctx context.Context) []func() resource.Resource
func (*ProviderFramework) Schema ¶ added in v0.71.0
func (p *ProviderFramework) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
type ProviderFrameworkConfiguration ¶ added in v0.71.0
type ProviderFrameworkModel ¶ added in v0.71.0
Click to show internal directories.
Click to hide internal directories.