Updated tags configuration example

This commit is contained in:
James Massara 2013-08-06 07:41:00 -07:00
parent 69aa2d32ac
commit fffce95ca4
1 changed files with 4 additions and 4 deletions

View File

@ -97,10 +97,10 @@ Here is a basic example. It is completely valid except for the access keys:
"instance_type": "t1.micro",
"ssh_username": "ubuntu",
"ami_name": "packer-quick-start {{.CreateTime}}",
"tags": [
{ "key": "myTagName1", "value": "myTagValue1" },
{ "key": "myTagName2", "value": "myTagValue2" }
]
"tags": {
"myTagName1": "myTagValue1",
"myTagName2": "myTagValue2"
}
}
</pre>