Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IT-3386] Send a copy of cost reports to a new google group. #1091

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion org-formation/050-costs/_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@ CostCategories:
# use the payer account so that cost explorer aggregates member account data
CostNotificationMicroservice:
Type: update-stacks
Template: !Sub 'https://${AdminCentralCfnBucket}.s3.amazonaws.com/lambda-finops-email-totals/1.0.0/lambda-finops-email-totals.yaml'
Template: !Sub 'https://${AdminCentralCfnBucket}.s3.amazonaws.com/lambda-finops-email-totals/1.1.0/lambda-finops-email-totals.yaml'
StackName: !Sub '${resourcePrefix}-cost-notifications'
DefaultOrganizationBinding:
Account: !Ref MasterAccount
Region: !Ref primaryRegion
Parameters:
AdminEmail: "[email protected]"
CopyRecipients: "[email protected]"
zaro0508 marked this conversation as resolved.
Show resolved Hide resolved
# Uncomment the following lines to disable user reports
#RestrictRecipients: "True"
#ApprovedRecipients: "[email protected]"
Loading