Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AWSConfiguration ¶ added in v0.13.0
type AWSConfiguration struct {
AccountID *int64 `yaml:"account_id"`
AccountName string `yaml:"account_name"`
AWSProfileBackend string `yaml:"aws_profile_backend"`
AWSProfileProvider string `yaml:"aws_profile_provider"`
AWSProviderVersion string `yaml:"aws_provider_version"`
AWSRegionBackend string `yaml:"aws_region_backend"`
AWSRegionProvider string `yaml:"aws_region_provider"`
AWSRegions []string `yaml:"aws_regions"`
InfraBucket string `yaml:"infra_bucket"`
}
type Plan ¶
type Plugins ¶ added in v0.13.0
type Plugins struct {
CustomPlugins map[string]*plugins.CustomPlugin
TerraformProviders map[string]*plugins.CustomPlugin
}
Plugins contains a plan around plugins
func (*Plugins) SetCustomPluginsPlan ¶ added in v0.13.0
func (p *Plugins) SetCustomPluginsPlan(customPlugins map[string]*plugins.CustomPlugin)
SetCustomPluginsPlan determines the plan for customPlugins
func (*Plugins) SetTerraformProvidersPlan ¶ added in v0.13.0
func (p *Plugins) SetTerraformProvidersPlan(terraformProviders map[string]*plugins.CustomPlugin)
SetTerraformProvidersPlan determines the plan for customPlugins
Click to show internal directories.
Click to hide internal directories.