Skip to content

Commit

Permalink
fix(iam): Policy syntax bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
baolsen committed Dec 9, 2022
1 parent ca29133 commit c724935
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"ms-python.python",
"mutantdino.resourcemonitor",
"medo64.render-crlf",
"HashiCorp.HCL",
"hashicorp.hcl"
],

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This terraform module sends a daily cost report and the cost delta in a 7 day rolling period, scheduled on a CRON to a slack or teams channel of your choice.

The module also reports on the top 5 services attributing to the daily cost. Its a very rudamentary means of managing the cost of your AWS bill, but it does provide a 1000 ft view of the current expenses for the previous day. More on this module can be found on our [blog](https://medium.com/cloudandthings/aws-cost-notifier-e437bd311c54) on Medium.
The module also reports on the top 5 services attributing to the daily cost. Its a very rudimentary means of managing the cost of your AWS bill, but it does provide a 1000 ft view of the current expenses for the previous day. More on this module can be found on our [blog](https://medium.com/cloudandthings/aws-cost-notifier-e437bd311c54) on Medium.

<!-- BEGIN_TF_DOCS -->
### Examples
Expand Down

0 comments on commit c724935

Please sign in to comment.