Movatterモバイル変換


[0]ホーム

URL:


Notice  The highest tagged major version isv2.

provider

package
v1.0.4Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2024 License:MPL-2.0Imports:21Imported by:4

Details

Repository

github.com/coder/terraform-provider-coder

Links

Documentation

Index

Constants

View Source
const (ValidationMonotonicIncreasing = "increasing"ValidationMonotonicDecreasing = "decreasing")

Variables

View Source
var ScriptCRONParser = cron.NewParser(cron.Second | cron.Minute | cron.Hour | cron.Dom | cron.Month | cron.DowOptional | cron.Descriptor)

Functions

funcExternalAuthAccessTokenEnvironmentVariableadded inv0.12.2

func ExternalAuthAccessTokenEnvironmentVariable(idstring)string

funcGitAuthAccessTokenEnvironmentVariableadded inv0.6.13

func GitAuthAccessTokenEnvironmentVariable(idstring)string

funcNew

func New() *schema.Provider

New returns a new Terraform provider.

funcParameterEnvironmentVariable

func ParameterEnvironmentVariable(namestring)string

ParameterEnvironmentVariable returns the environment variable to specify fora parameter by it's name. It's hashed because spaces and special characterscan be used in parameter names that may not be valid in env vars.

Types

typeOption

type Option struct {NamestringDescriptionstringValuestringIconstring}

typeParameter

type Parameter struct {ValuestringNamestringDisplayNamestring `mapstructure:"display_name"`DescriptionstringTypestringMutableboolDefaultstringIconstringOption      []OptionValidation  []ValidationOptionalboolOrderintEphemeralbool}

typeValidation

type Validation struct {MinintMinDisabledbool `mapstructure:"min_disabled"`MaxintMaxDisabledbool `mapstructure:"max_disabled"`MonotonicstringRegexstringErrorstring}

func (*Validation)Valid

func (v *Validation) Valid(typ, valuestring)error

typeWorkspaceTagsadded inv0.22.0

type WorkspaceTags struct {Tags map[string]string}

Source Files

View all Source files

Directories

PathSynopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp