Update ami_config.go

quote string  in err
pull/8889/head
Adrien Delorme 6 years ago
parent 4ccf158fbf
commit fab344a1fc

@ -203,7 +203,7 @@ func (c *AMIConfig) Prepare(accessConfig *AccessConfig, ctx *interpolate.Context
}
for _, kmsKey := range kmsKeys {
if !validateKmsKey(kmsKey) {
errs = append(errs, fmt.Errorf("%s is not a valid KMS Key Id.", kmsKey))
errs = append(errs, fmt.Errorf("%q is not a valid KMS Key Id.", kmsKey))
}
}

Loading…
Cancel
Save