Documentation ¶
Index ¶
Constants ¶
View Source
const Filename = "ize.hcl"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { AwsRegion string `mapstructure:"aws_region"` AwsProfile string `mapstructure:"aws_profile"` Namespace string `mapstructure:"namespace"` Env string `mapstructure:"env"` Session *session.Session IsGlobal bool }
func InitializeConfig ¶
type Option ¶
type Option func(*requiments)
func WithConfigFile ¶
func WithConfigFile() Option
func WithDocker ¶
func WithDocker() Option
func WithSSMPlugin ¶
func WithSSMPlugin() Option
Click to show internal directories.
Click to hide internal directories.