Skip to content

Commit

Permalink
Fixing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Oct 10, 2024
1 parent 7cab5b1 commit 7c639e1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
17 changes: 17 additions & 0 deletions mastodon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,23 @@ Resources:
Parameters:
OriginBucketModule: !GetAtt 'Bucket.Outputs.StackName'
TemplateURL: './node_modules/@cfn-modules/cloudfront/module.yml'
Cache:
Type: 'AWS::CloudFormation::Stack'
Properties:
Parameters:
VpcModule: !GetAtt 'Vpc.Outputs.StackName'
ClientSgModule: !GetAtt 'ClientSg.Outputs.StackName'
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
KmsKeyModule: !GetAtt 'Key.Outputs.StackName'
EngineVersion: '5.0.6'
CacheNodeType: 'cache.t4g.micro'
TransitEncryption: 'false'
AuthToken: ''
SnapshotRetentionLimit: '35'
SnapshotName: ''
NumShards: '1'
NumReplicas: '0'
TemplateURL: './node_modules/@cfn-modules/elasticache-redis/module.yml'
ServerlessCache:
Type: 'AWS::CloudFormation::Stack'
Properties:
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@cfn-modules/ecs-alb-target": "^1.4.0",
"@cfn-modules/ecs-cluster": "^1.2.0",
"@cfn-modules/elasticache-serverless": "^0.1.0",
"@cfn-modules/fargate-scheduled-task": "^1.6.0",
"@cfn-modules/fargate-service": "^2.15.0",
"@cfn-modules/fargate-scheduled-task": "^1.7.0",
"@cfn-modules/fargate-service": "^2.15.1",
"@cfn-modules/kms-key": "^1.2.1",
"@cfn-modules/lb-dns-record": "^1.1.1",
"@cfn-modules/rds-aurora-serverless-postgres": "^1.1.0",
Expand Down

0 comments on commit 7c639e1

Please sign in to comment.