Created
February 2, 2022 16:07
-
-
Save bahrmichael/8e45d43b97c477fc74f9fca2ba7c8f46 to your computer and use it in GitHub Desktop.
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
Parameters: | |
<<: !Include '../organization-parameters.yml' | |
BudgetAlarms: | |
Type: update-stacks | |
Template: ./budgets.yml | |
StackName: !Sub '${resourcePrefix}-billing-alarm' | |
TerminationProtection: false | |
DefaultOrganizationBinding: | |
Region: !Ref primaryRegion | |
AccountsWithTag: budget-alarm-threshold | |
Parameters: | |
budgetName: !Sub '${resourcePrefix}-budget-${CurrentAccount.AccountId}' | |
budgetAmount: !GetAtt CurrentAccount.Tags.budget-alarm-threshold | |
emailAddress: !GetAtt CurrentAccount.Tags.budget-alarm-threshold-email-recipient |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment