---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules test'
Resources:
  Alerting:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      TemplateURL: './node_modules/@cfn-modules/alerting/module.yml'
