provider

package
v1.0.0-alpha5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(version string) func() provider.Provider

Types

type MittwaldProvider

type MittwaldProvider struct {
	// contains filtered or unexported fields
}

MittwaldProvider defines the provider implementation.

func (*MittwaldProvider) Configure

func (*MittwaldProvider) DataSources

func (p *MittwaldProvider) DataSources(_ context.Context) []func() datasource.DataSource

func (*MittwaldProvider) Metadata

func (*MittwaldProvider) Resources

func (p *MittwaldProvider) Resources(_ context.Context) []func() resource.Resource

func (*MittwaldProvider) Schema

type MittwaldProviderModel

type MittwaldProviderModel struct {
	Endpoint           types.String `tfsdk:"endpoint"`
	APIKey             types.String `tfsdk:"api_key"`
	DebugRequestBodies types.Bool   `tfsdk:"debug_request_bodies"`
}

MittwaldProviderModel describes the provider data model.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL