mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
8c98285946
new file: projects/github.com/aws-cloudformation/cfn-lint/test.yml
11 lines
360 B
YAML
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' |