Update run_config.go

This commit is contained in:
Adrien Delorme 2020-03-16 12:40:09 +01:00
parent 392afa30cf
commit bd387edf5a
1 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,8 @@ func (cf *TencentCloudRunConfig) Prepare(ctx *interpolate.Context) []error {
cf.RunTags = make(map[string]string)
}
errs = append(errs, cf.RunTag.CopyOn(cf.RunTags)...)
return errs
}