Skip to content

Commit

Permalink
Add alarm resource tags
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Apr 5, 2024
1 parent bf58fac commit 5524a60
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ Resources:
Namespace: AWS/Lambda
Period: 60
Statistic: Sum
Tags:
- { Key: prx:meta:tagging-version, Value: "2021-04-07" }
- { Key: prx:cloudformation:stack-name, Value: !Ref AWS::StackName }
- { Key: prx:cloudformation:stack-id, Value: !Ref AWS::StackId }
- { Key: prx:ops:environment, Value: Production }
- { Key: prx:dev:application, Value: Zendesk Toolkit }
Threshold: 0
TreatMissingData: notBreaching

Expand Down Expand Up @@ -176,5 +182,11 @@ Resources:
Namespace: AWS/Lambda
Period: 60
Statistic: Sum
Tags:
- { Key: prx:meta:tagging-version, Value: "2021-04-07" }
- { Key: prx:cloudformation:stack-name, Value: !Ref AWS::StackName }
- { Key: prx:cloudformation:stack-id, Value: !Ref AWS::StackId }
- { Key: prx:ops:environment, Value: Production }
- { Key: prx:dev:application, Value: Zendesk Toolkit }
Threshold: 0
TreatMissingData: notBreaching

0 comments on commit 5524a60

Please sign in to comment.