Update run_config.go

pull/8889/head
Adrien Delorme 6 years ago
parent 392afa30cf
commit bd387edf5a

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

Loading…
Cancel
Save