Update run_config.go

This commit is contained in:
Adrien Delorme 2020-03-16 12:36:20 +01:00
parent ce8d3d3747
commit fc837e3698
1 changed files with 1 additions and 0 deletions

View File

@ -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