mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
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'
|