mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
terraform: comments
This commit is contained in:
parent
83ba038423
commit
fed0a89c36
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user