README: move CreateTime to timestmap

This commit is contained in:
Mitchell Hashimoto 2013-08-08 17:01:41 -07:00
parent 9a8284d51c
commit c5e5237767
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ own.
"source_ami": "ami-de0d9eb7", "source_ami": "ami-de0d9eb7",
"instance_type": "t1.micro", "instance_type": "t1.micro",
"ssh_username": "ubuntu", "ssh_username": "ubuntu",
"ami_name": "packer-example {{.CreateTime}}" "ami_name": "packer-example {{timestamp}}"
}] }]
} }
``` ```