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