Skip to content

Commit

Permalink
Merge pull request #305 from smart-on-fhir/mikix/cfn-fix
Browse files Browse the repository at this point in the history
docs: fix AWS template to avoid confusing syntax
  • Loading branch information
mikix authored Apr 9, 2024
2 parents 1bedc98 + 9f342e0 commit 7cac4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/cumulus-aws-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ Resources:
Properties:
CatalogId: !Ref AWS::AccountId
DatabaseInput:
Name:
Fn::Join: # replace hyphens with underscores for ease of SQL (hyphens are reserved)
# replace hyphens with underscores for ease of SQL (hyphens are reserved)
Name: !Join
- '_'
- Fn::Split:
- '-'
Expand Down

0 comments on commit 7cac4db

Please sign in to comment.