diff --git a/builder/amazon/common/run_config.go b/builder/amazon/common/run_config.go index ef00e1cc8..63af075d2 100644 --- a/builder/amazon/common/run_config.go +++ b/builder/amazon/common/run_config.go @@ -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