Skip to content

Commit

Permalink
feat: add ContainerInsights parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Nov 6, 2023
1 parent a081859 commit d27a402
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mastodon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ Parameters:
Description: 'Provisioned storage for MySQL database (RDS)'
Type: String
Default: '5'
ContainerInsights:
Description: 'Enable detailed container monitoring.'
Type: String
Default: enabled
AllowedValues: [enabled, disabled]
Resources:
Alerting:
Type: 'AWS::CloudFormation::Stack'
Expand Down Expand Up @@ -138,7 +143,7 @@ Resources:
Type: 'AWS::CloudFormation::Stack'
Properties:
Parameters:
ContainerInsights: 'enabled'
ContainerInsights: !Ref ContainerInsights
TemplateURL: './node_modules/@cfn-modules/ecs-cluster/module.yml'
WebService:
Type: 'AWS::CloudFormation::Stack'
Expand Down

0 comments on commit d27a402

Please sign in to comment.