provider

package
v0.5.0-pre Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2022 License: MPL-2.0 Imports: 16 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() *schema.Provider

New returns a new Terraform provider.

Types

type Option

type Option struct {
	Name        string
	Description string
	Value       string
	Icon        string
}

type Parameter

type Parameter struct {
	Value       string
	Name        string
	Description string
	Type        string
	Mutable     bool
	Default     string
	Icon        string
	Option      []Option
	Validation  []Validation
}

type Validation

type Validation struct {
	Min   int
	Max   int
	Regex string
}

func (*Validation) Valid

func (v *Validation) Valid(typ, value string) error

Jump to

Keyboard shortcuts

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