Updated tags configuration example
This commit is contained in:
parent
69aa2d32ac
commit
fffce95ca4
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue