Update run_config.go
This commit is contained in:
parent
ce8d3d3747
commit
fc837e3698
|
@ -422,6 +422,7 @@ func (c *RunConfig) Prepare(ctx *interpolate.Context) []error {
|
|||
// Validation
|
||||
errs := c.Comm.Prepare(ctx)
|
||||
|
||||
// Copy singular tag maps
|
||||
for _, s := range []struct {
|
||||
tagMap TagMap
|
||||
kvs hcl2template.KeyValues
|
||||
|
|
Loading…
Reference in New Issue