diff options
| author | Christian Cleberg <[email protected]> | 2025-06-20 13:55:54 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-06-20 13:55:54 -0500 |
| commit | 785f42901f34aaf356f316c691e3f56138c8608d (patch) | |
| tree | 5b8f7a6e33a6af410e511137fdd51b6fa60d0f83 /config.example.toml | |
| download | aws-summary-report-785f42901f34aaf356f316c691e3f56138c8608d.tar.gz aws-summary-report-785f42901f34aaf356f316c691e3f56138c8608d.tar.bz2 aws-summary-report-785f42901f34aaf356f316c691e3f56138c8608d.zip | |
initial commit
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml new file mode 100644 index 0000000..3680750 --- /dev/null +++ b/config.example.toml @@ -0,0 +1,27 @@ +[aws] +region = "us-east-1" +profile = "default" + +[email] +sender = "[email protected]" +smtp_server = "smtp.example.com" +smtp_port = 587 +smtp_username = "[email protected]" +smtp_password = "yourpassword" + +[recipients] +emails = [ +] + +[report] +sections = [ + "acm", + "cloudfront", + "cloudwatch", + "config", + "costexplorer", + "route53", + "s3", + "securityhub" +] |
