Skip to content

Commit

Permalink
Merge pull request #10 from KristijanEftimov/main
Browse files Browse the repository at this point in the history
Documentation improvement
  • Loading branch information
kristijaneftimovpcg authored Nov 20, 2024
2 parents be2a251 + 6c76596 commit 826a613
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ module "cost_notifier" {
cron-expression = "cron(0 7 ? * MON *)" // 9:00AM every Monday
aws-region = "eu-central-1"
sns-endpoint = ["[email protected]", "[email protected]"]
budget-threshold = 100 // By setting up this value, Budgets will be created in AWS, and alarm will be configured to monitor and notify based on predefined thresholds. The sns-endpoint will be notified(alerted) if cost reaches 80% of this value.
budget-threshold = 100 // By setting this variable to a value greater than 0, Budgets will be created in AWS, and an alarm will be set up to monitor and notify based on predefined thresholds. The SNS endpoint(s) will be alerted if costs reach 80% of the threshold value.
}
```


## Budget notifications note
<h3> *By configuring a 'budget-threshold', Budgets will be created in AWS, and an alarm will be set up to monitor and notify based on predefined thresholds. The SNS endpoint(s) will be alerted if costs reach 80% of the threshold value.</h3>
<br/>


## Module Input Variables

| Name | Type | Default | Description |
Expand Down

0 comments on commit 826a613

Please sign in to comment.