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