-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IT-3068] Bump version of s3-cost-report lambda (#1294)
Add the account ID to the cost report email.
- Loading branch information
1 parent
580e79c
commit dc5f6c9
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
sceptre/strides-ampad-workflows/config/prod/lambda-finops-s3-cost-report.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
template: | ||
type: http | ||
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-finops-s3-cost-report/1.0.0/lambda-finops-s3-cost-report.yaml | ||
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-finops-s3-cost-report/1.0.1/lambda-finops-s3-cost-report.yaml | ||
stack_name: lambda-finops-s3-cost-report | ||
parameters: | ||
Sender: "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
template: | ||
type: http | ||
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-finops-s3-cost-report/1.0.0/lambda-finops-s3-cost-report.yaml | ||
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-finops-s3-cost-report/1.0.1/lambda-finops-s3-cost-report.yaml | ||
stack_name: lambda-finops-s3-cost-report | ||
parameters: | ||
Sender: "[email protected]" | ||
|