Documentation ¶
Index ¶
- Variables
- func New(version string) func() provider.Provider
- func TestAccPreCheck(t *testing.T)
- type WindowsProvider
- func (p *WindowsProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...)
- func (p *WindowsProvider) DataSources(ctx context.Context) []func() datasource.DataSource
- func (p *WindowsProvider) Metadata(ctx context.Context, req provider.MetadataRequest, ...)
- func (p *WindowsProvider) Resources(ctx context.Context) []func() resource.Resource
- func (p *WindowsProvider) Schema(ctx context.Context, req provider.SchemaRequest, res *provider.SchemaResponse)
Constants ¶
This section is empty.
Variables ¶
View Source
var TestAccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServer, error){ "windows": providerserver.NewProtocol6WithError(New("test")()), }
Functions ¶
func TestAccPreCheck ¶
Types ¶
type WindowsProvider ¶
type WindowsProvider struct {
// contains filtered or unexported fields
}
func (*WindowsProvider) Configure ¶
func (p *WindowsProvider) Configure(ctx context.Context, req provider.ConfigureRequest, res *provider.ConfigureResponse)
func (*WindowsProvider) DataSources ¶
func (p *WindowsProvider) DataSources(ctx context.Context) []func() datasource.DataSource
func (*WindowsProvider) Metadata ¶
func (p *WindowsProvider) Metadata(ctx context.Context, req provider.MetadataRequest, res *provider.MetadataResponse)
func (*WindowsProvider) Resources ¶
func (p *WindowsProvider) Resources(ctx context.Context) []func() resource.Resource
func (*WindowsProvider) Schema ¶
func (p *WindowsProvider) Schema(ctx context.Context, req provider.SchemaRequest, res *provider.SchemaResponse)
Click to show internal directories.
Click to hide internal directories.