foundation-version.yaml
---

Foundation Version CloudFormation Template

This CloudFormation template simply logs and displays a version of these foundation templates that are currently deployed in an account.

AWSTemplateFormatVersion: '2010-09-09' Description: 'UITS Account Foundation Version: 14' Resources:

We have to have a resource in a template, so here's one that does nothing.

NullResource: Type: AWS::CloudFormation::WaitConditionHandle

Outputs

Outputs: FoundationVersion: Value: "14" Description: "Version of the Account Foundation templates deployed" Export: Name: "fdn-version"