mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 09:51:08 -05:00
Add a clean_ami_name template function which will translate illegal
characters in an AMI name to '-'. Example usage would be:
"ami_name": "Ubuntu 12.04 {{isotime | clean_ami_name}}"
|
||
|---|---|---|
| .. | ||
| builder.go | ||
| builder_test.go | ||
| step_bundle_volume.go | ||
| step_register_ami.go | ||
| step_upload_bundle.go | ||
| step_upload_x509_cert.go | ||