Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
adding missing AWSTemplateFormatVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybravo committed May 8, 2023
1 parent a334b5e commit 6d1debe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
AWSTemplateFormatVersion: '2010-09-09'
Description: |
AWS CloudFormation Template for Continuous Delivery: This template builds an AWS CodePipeline pipeline that implements a continuous delivery release process using an AWS CloudFormation stack that builds custom EC2 AMIs using EC2 ImageBuilder. Submit the CloudFormation template to CodeCommit and the pipeline will take the artifacts to automatically create the stack, run the pipeline, put an approval step, and clean up the stack. (qs-1tkj0sj93)
Parameters:
Expand Down

0 comments on commit 6d1debe

Please sign in to comment.