mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
README: move CreateTime to timestmap
This commit is contained in:
parent
9a8284d51c
commit
c5e5237767
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ own.
|
|||
"source_ami": "ami-de0d9eb7",
|
||||
"instance_type": "t1.micro",
|
||||
"ssh_username": "ubuntu",
|
||||
"ami_name": "packer-example {{.CreateTime}}"
|
||||
"ami_name": "packer-example {{timestamp}}"
|
||||
}]
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue