Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetGithubEnv ¶
func SetGithubEnv(key, value string)
func SetGithubEnvOutput ¶
func SetGithubEnvOutput(key, value string)
Types ¶
type ConfigEnv ¶
type ConfigEnv struct {
TFAPITOKEN string `json:"tf_api_token"`
TFWORKSPACE string `json:"tf_workspace"`
TFORGANIZATION string `json:"tf_organization"`
TFRUNTYPE string `json:"tf_run_type"`
VariableType string `json:"variable_type"`
VariableKey string `json:"variable_key"`
VariableValue string `json:"variable_value"`
VariableCategory string `json:"variable_category"`
VariableSensitive bool `json:"variable_sensitive"`
VariableHcl bool `json:"variable_hcl"`
VariableDescription string `json:"variable_description"`
DeleteVariable string `json:"delete_variable"`
CreateVariable string `json:"create_variable"`
}
Click to show internal directories.
Click to hide internal directories.