pantry/projects/github.com/aws-cloudformation/cfn-lint/test.yml
andrejrabcenko 8c98285946 new file: projects/github.com/aws-cloudformation/cfn-lint/package.yml
new file:   projects/github.com/aws-cloudformation/cfn-lint/test.yml
2023-09-08 18:37:00 -04:00

11 lines
360 B
YAML

---
AWSTemplateFormatVersion: '2010-09-09'
Resources:
# Helps tests map resource types
IamPipeline:
Type: "AWS::CloudFormation::Stack"
Properties:
TemplateURL: !Sub 'https://s3.${AWS::Region}.amazonaws.com/bucket-dne-${AWS::Region}/${AWS::AccountId}/pipeline.yaml'
Parameters:
DeploymentName: iam-pipeline
Deploy: 'auto'