Writing Packer Templates: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 2: Line 2:
* [[Packer_Concepts#Writing_Templates|Packer Concepts]]
* [[Packer_Concepts#Writing_Templates|Packer Concepts]]


=Example=
=Examples=
 
==Amazon EBS Template Example==


A simple template that produces an Amazon AMI
A simple template that produces an Amazon AMI


<syntaxhighlight lang='json'>
<syntaxhighlight lang='json'>
{
}
</syntaxhighlight>
</syntaxhighlight>

Revision as of 01:22, 15 November 2019

Internal

Examples

Amazon EBS Template Example

A simple template that produces an Amazon AMI

{
}