Commit fffce95c authored by James Massara's avatar James Massara

Updated tags configuration example

parent 69aa2d32
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment