terraform: comments

This commit is contained in:
Mitchell Hashimoto 2014-07-22 08:21:11 -07:00
parent 83ba038423
commit fed0a89c36
1 changed files with 2 additions and 0 deletions

View File

@ -335,6 +335,8 @@ func (c *Context) computeVars(raw *config.RawConfig) error {
continue
}
// Look up if we have any variables with this prefix because
// those are map overrides. Include those.
for k, val := range c.variables {
if strings.HasPrefix(k, v.Name+".") {
vs["var."+k] = val