Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadTFExecVars ¶
Types ¶
type ClientVolume ¶
type CloudProvider ¶
type Config ¶
type Config struct { DC string `yaml:"dc_name"` BaseDir string `yaml:"base_dir"` OrgName string `yaml:"org_name"` TfState TerraformState `yaml:"terraform_state"` Providers map[string]interface{} `yaml:"providers"` CloudProviderConfig CloudProvider `yaml:"cloud_provider_config"` ServerGroups map[string]ServerGroup `yaml:"server_groups"` Services map[string]interface{} `yaml:"services"` }
type HetznerResourceNames ¶
type HetznerSettings ¶
type HetznerSettings struct { Location string `yaml:"location"` ResourceNames HetznerResourceNames `yaml:"resource_names"` LoadBalancerType string `yaml:"load_balancer_type"` Context string `yaml:"context"` }
type ServerGroup ¶
type TFVarsConfig ¶
type TFVarsConfig struct { ServerGroups map[string]ServerGroup ProviderConfig interface{} }
type TerraformState ¶ added in v0.0.7
Click to show internal directories.
Click to hide internal directories.