Format Version

The optional AWSTemplateFormatVersion section identifies the capabilities of the template.

The aws_template_format_version method maps to the CloudFormation Template Anatomy AWSTemplateFormatVersion.

Example Snippet

aws_template_format_version "2010-09-09"

Output

AWSTemplateFormatVersion: '2010-09-09'

Back to DSL Basics Docs.