mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-28 17:51:16 -04: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 | ||
| hook.go | ||
| step_create_ami.go | ||
| step_stop_instance.go | ||