Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicate key errors in CF templates #280

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use valid enum for YAML
  • Loading branch information
m99coder committed May 21, 2024
commit 2ba673cde755d65886dc1bf097fb252f174eacb7
Original file line number Diff line number Diff line change
@@ -399,7 +399,7 @@ Resources:
Tags:
- Key: Environment
Value: AWS Example
DocumentFormat: Yaml
DocumentFormat: YAML
DocumentType: Command
Content:
schemaVersion: '2.2'
Original file line number Diff line number Diff line change
@@ -254,7 +254,7 @@ Resources:
Tags:
- Key: Environment
Value: AWS Example
DocumentFormat: Yaml
DocumentFormat: YAML
DocumentType: Command
Content:
schemaVersion: '2.2'
Original file line number Diff line number Diff line change
@@ -229,7 +229,7 @@ Resources:
Tags:
- Key: Environment
Value: AWS Example
DocumentFormat: Yaml
DocumentFormat: YAML
DocumentType: Command
Content:
schemaVersion: '2.2'
Original file line number Diff line number Diff line change
@@ -587,7 +587,7 @@ Resources:
GitLabWorkshopC9SSMDocument:
Type: AWS::SSM::Document
Properties:
DocumentFormat: Yaml
DocumentFormat: YAML
DocumentType: Command
Content:
schemaVersion: '2.2'
Original file line number Diff line number Diff line change
@@ -257,7 +257,7 @@ Resources:
Tags:
- Key: Environment
Value: AWS Example
DocumentFormat: Yaml
DocumentFormat: YAML
DocumentType: Command
Content:
schemaVersion: '2.2'