runner

package
v0.0.0-...-aaea37c Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2019 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AvailableVariable

type AvailableVariable struct {
	// The name of variable
	Name string

	// The name of the Environment Variable which houses the value for this
	EnvKeyName string

	// Should this variable be generated?
	Generate bool
}

type TerraformConfigurationTest

type TerraformConfigurationTest struct {
	// contains filtered or unexported fields
}

type TestRunInput

type TestRunInput struct {
	AvailableVariables []AvailableVariable
	ProviderName       string
	ProviderVersion    string
	TerraformVersion   string
}

func (TestRunInput) Run

func (input TestRunInput) Run(directory string) error

Jump to

Keyboard shortcuts

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