provider

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 11, 2023 License: Apache-2.0 Imports: 22 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

func NewConnectorDataSource

func NewConnectorDataSource() datasource.DataSource

func NewIntegrationResource

func NewIntegrationResource() resource.Resource

Types

type AponoProvider

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

AponoProvider defines the provider implementation.

func (*AponoProvider) Configure

func (*AponoProvider) DataSources

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

func (*AponoProvider) Metadata

func (*AponoProvider) Resources

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

func (*AponoProvider) Schema

type AponoProviderConfig

type AponoProviderConfig struct {
	Endpoint      types.String `tfsdk:"endpoint"`
	PersonalToken types.String `tfsdk:"personal_token"`
}

AponoProviderConfig describes the provider data model.

Jump to

Keyboard shortcuts

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