provider

package
v0.58.0 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: MPL-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KeyAttrName         = "key"
	SecretAttrName      = "secret"
	EnvironmentAttrName = "environment"
	TimeoutAttrName     = "timeout"
	DelayAttrName       = "delay"
)

Variables

This section is empty.

Functions

func New added in v0.52.0

func New() func() provider.Provider

Types

type ExoscaleProvider

type ExoscaleProvider struct{}

func (*ExoscaleProvider) Configure

func (*ExoscaleProvider) DataSources

func (p *ExoscaleProvider) DataSources(ctx context.Context) []func() datasource.DataSource

func (*ExoscaleProvider) Metadata

func (*ExoscaleProvider) Resources

func (p *ExoscaleProvider) Resources(ctx context.Context) []func() resource.Resource

func (*ExoscaleProvider) Schema

type ExoscaleProviderModel

type ExoscaleProviderModel struct {
	Key         types.String  `tfsdk:"key"`
	Secret      types.String  `tfsdk:"secret"`
	Environment types.String  `tfsdk:"environment"`
	Timeout     types.Float64 `tfsdk:"timeout"`
	Delay       types.Int64   `tfsdk:"delay"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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