Skip to content

Commit

Permalink
Fix indent, make prettier happier
Browse files Browse the repository at this point in the history
  • Loading branch information
kookster committed Aug 29, 2024
1 parent 158d2cc commit 005796a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions db/dynamodb-global-table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,19 +214,19 @@ Resources:
- AttributeName: !Ref PrimaryKey
AttributeType: !FindInMap [DataTypesMap, !Ref PrimaryType, Symbol]
- Fn::If:
- HasSortKey
- AttributeName: !Ref SortKey
AttributeType: !FindInMap [DataTypesMap, !Ref SortType, Symbol]
- !Ref AWS::NoValue
- HasSortKey
- AttributeName: !Ref SortKey
AttributeType: !FindInMap [DataTypesMap, !Ref SortType, Symbol]
- !Ref AWS::NoValue
BillingMode: !Ref BillingMode
KeySchema:
- AttributeName: !Ref PrimaryKey
KeyType: HASH
- Fn::If:
- HasSortKey
- AttributeName: !Ref SortKey
KeyType: RANGE
- !Ref AWS::NoValue
- HasSortKey
- AttributeName: !Ref SortKey
KeyType: RANGE
- !Ref AWS::NoValue
Replicas:
- ReadProvisionedThroughputSettings: !If
- HasProvisionedBilling
Expand Down

0 comments on commit 005796a

Please sign in to comment.