provider

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command() *cli.Command

Command encapsulates the provider command subtree.

Types

type TerraformProviderVersionInput

type TerraformProviderVersionInput struct {
	Number           string   `json:"number"`
	ProtocolVersions []string `json:"protocolVersions"`
	SHASumsFileSHA   string   `json:"shaSumsFileSHA"`
	SignatureFileSHA string   `json:"signatureFileSHA"`
	SigningKeyID     string   `json:"signingKeyId"`
}

TerraformProviderVersionInput represents the input for creating a new provider version.

type TerraformProviderVersionPlatformInput

type TerraformProviderVersionPlatformInput struct {
	Architecture    string `json:"architecture"`
	ArchiveChecksum string `json:"archiveChecksum"`
	BinaryChecksum  string `json:"binaryChecksum"`
	OS              string `json:"os"`
}

TerraformProviderVersionPlatformInput represents the input for registering a new platform for a provider version.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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