budget
DNXLabs/budget/aws
Terraform module to add billing-related AWS resources like AWS Budget, SNS Budget Alarm, AWS Chatbot integration to send notifications to Slack channel.
terraform-aws-budget   Terraform module to add billing related aws resources - AWS Budget - SNS Budget Alarm - AWS Chatbot intergation to send notifications to Slack channel !AWS Billing HLD
| Name | Type | Description | Default |
|---|---|---|---|
| org_name | string | Name for this organization | required |
| enable_budget | string | Flag to enable AWS Budget cost control | "false" |
| budget_ammount | string | The amount of cost or usage being measured for a budget. | "0" |
| budget_threshold_percentage | string | The unit of measurement used for the budget forecast, actual spend, or budget th | "60" |
| slack_channel_id | string | Sclack channel id to send budget notfication using AWS Chatbot | "" |
| budget_time | string | The length of time until a budget resets the actual and forecasted spend. Valid | "MONTHLY" |
| budget_email | string | E-Mail addresses to notify. | "" |
| enable_chatbot_slack | string | If true, will create aws chatboot and integrate to slack | "false" |
| slack_workspace_id | string | Sclack workspace id to send budget notfication using AWS Chatbot | "" |
A batteries included cloud-init config to quickly and easily deploy a single Doc
Terraform module to create VPC resource on AWS.
Terraform module to create default S3 bucket with logging and encryption type sp
This terraform module is used to create ECR on AWS.