Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Variables ¶
type Variables interface {
Init(context.Context) error
// Env vars represent environment variables that need to be set in the environment before any runs
GetEnv(context.Context) (map[string]string, error)
// File vars represent files that should be written into a variables file in terraform
GetFiles(context.Context) ([]VarFile, error)
}
Variables configures a way to set up a terraform workspace with appropriate variables, that can come from either settings in a file, or the environment.
Click to show internal directories.
Click to hide internal directories.