types

package
v0.1.18 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2021 License: Apache-2.0 Imports: 0 Imported by: 5

Documentation

Index

Constants

View Source
const (
	// TerraformJSONConfigurationName is the file name for Terraform json Configuration
	TerraformJSONConfigurationName = "main.tf.json"
	// TerraformHCLConfigurationName is the file name for Terraform hcl Configuration
	TerraformHCLConfigurationName = "main.tf"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigurationState added in v0.1.18

type ConfigurationState string

A ConfigurationState represents the status of a resource

const (
	ProviderNotReady                     ConfigurationState = "ProviderNotReady"
	ConfigurationStaticChecking          ConfigurationState = "SpecChecking"
	ConfigurationSyntaxError             ConfigurationState = "SyntaxError"
	ConfigurationSyntaxGood              ConfigurationState = "SyntaxGood"
	Available                            ConfigurationState = "Available"
	ConfigurationProvisioningAndChecking ConfigurationState = "ProvisioningAndChecking"
	ConfigurationDestroying              ConfigurationState = "Destroying"
)

Reasons a resource is or is not ready.

type ConfigurationType added in v0.1.18

type ConfigurationType string

ConfigurationType is the type for Terraform Configuration

const (
	// ConfigurationJSON is the json type Configuration
	ConfigurationJSON ConfigurationType = "JSON"
	// ConfigurationHCL is the HCL type Configuration
	ConfigurationHCL ConfigurationType = "HCL"
)

type ProviderState added in v0.1.18

type ProviderState string

ProviderState is the type for Provider state

const (
	// ProviderIsReady is the `ready` state
	ProviderIsReady ProviderState = "ready"
	// ProviderIsInitializing marks the state of a Provider is initializing
	ProviderIsInitializing ProviderState = "initializing"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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