Configuration values can currently be specified in one of the following places:
- toml file root ie: for all profiles eg:
additional_tags
- toml file under a profile eg:
region
- on the command line eg:
ami
To provide greater flexibility, allow any configuration value to be specified at any level, with lower levels taking precedence.
Configuration values can currently be specified in one of the following places:
additional_tagsregionamiTo provide greater flexibility, allow any configuration value to be specified at any level, with lower levels taking precedence.