Skip to content

Commit

Permalink
Minor edit for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneb committed Oct 24, 2013
1 parent 59c997a commit 8fc52d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-overview.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ \section{Heat Templates}

Heat templates usually take the form of simple \textsc{Yaml} documents. We chose this over \textsc{Json}, which CloudFormation uses, because it is much easier for humans to read and write---and a diff between two versions of a \textsc{Yaml} template is usually trivial to interpret. \textsc{Yaml} is a strict superset of \textsc{Json} though, so \textsc{Json} is still fully supported and templates can be converted between the two formats with no loss of fidelity.

Other than the serialisation format, Heat (for now) hews closely to the CloudFormation template model. (An example template is shown in Figure~\ref{fig:example-template} at right.) A template has four key elements:
Other than the serialisation format, Heat (for now) adheres closely to the CloudFormation template model. (An example template is shown in Figure~\ref{fig:example-template} at right.) A template has four key elements:

\begin{itemize}
\item An optional \texttt{Parameters} section, which allows user-definable inputs to be specified.
Expand Down

0 comments on commit 8fc52d2

Please sign in to comment.