Documentation ¶
Index ¶
- Constants
- func NewTerraformer(restConfig *rest.Config, purpose, namespace, name string) (terraformer.Terraformer, error)
- func NewTerraformerWithAuth(restConfig *rest.Config, purpose, namespace, name string, ...) (terraformer.Terraformer, error)
- func TerraformerVariablesEnvironmentFromCredentials(creds *openstack.Credentials) map[string]string
Constants ¶
View Source
const ( // TerraformVarNameUserName maps to terraform internal var representation. TerraformVarNameUserName = "TF_VAR_USER_NAME" // TerraformVarNamePassword maps to terraform internal var representation. TerraformVarNamePassword = "TF_VAR_PASSWORD" )
Variables ¶
This section is empty.
Functions ¶
func NewTerraformer ¶
func NewTerraformer( restConfig *rest.Config, purpose, namespace, name string, ) (terraformer.Terraformer, error)
NewTerraformer initializes a new Terraformer.
func NewTerraformerWithAuth ¶ added in v1.4.0
func NewTerraformerWithAuth( restConfig *rest.Config, purpose, namespace, name string, creds *openstack.Credentials, ) (terraformer.Terraformer, error)
NewTerraformerWithAuth initializes a new Terraformer that has the credentials.
func TerraformerVariablesEnvironmentFromCredentials ¶
func TerraformerVariablesEnvironmentFromCredentials(creds *openstack.Credentials) map[string]string
TerraformerVariablesEnvironmentFromCredentials computes the Terraformer variables environment from the given Credentials.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.