Versions in this module Expand all Collapse all v0 v0.2.0 Jan 30, 2019 Changes in this version type StackConfig + Capabilities []string v0.1.0 Jan 20, 2019 Changes in this version + func Cf(cfg Config) *cloudformation.CloudFormation + type Config struct + Hooks struct{ ... } + Parameters map[string]string + Settings settingsConfig + Stacks map[string]StackConfig + func LoadConfig(cfgFiles []string) (Config, error) + func (cfg Config) ChangeSetFromStackConfig(stackCfg StackConfig) (*stackassembly.ChangeSet, error) + func (cfg Config) ChangeSets() ([]*stackassembly.ChangeSet, error) + func (cfg Config) StackConfigsSortedByExecOrder() ([]StackConfig, error) + type StackConfig struct + Blocked []string + DependsOn []string + Hooks struct{ ... } + Name string + Parameters map[string]string + Path string + RollbackConfiguration *cloudformation.RollbackConfiguration + Tags map[string]string