Stashed changes
The purpose of this module is convenience wrapper for provisioning one or more Cost Anomaly monitors and setting up the notifications for them.
Add example usage here
module "cost_anomaly_detection" {
source = "../../"
monitors = local.monitors
sns_topic_arn = var.sns_topic_arn
tags = var.tags
}
}
The terraform-docs
utility is used to generate this README. Follow the below steps to update:
- Make changes to the
.terraform-docs.yml
file - Fetch the
terraform-docs
binary (https://terraform-docs.io/user-guide/installation/) - Run
terraform-docs markdown table --output-file ${PWD}/README.md --output-mode inject .
Name | Version |
---|---|
aws | >= 5.0.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
monitors | A collection of cost anomaly monitors to create | list(object({ |
n/a | yes |
tags | A map of tags to add to all resources | map(string) |
n/a | yes |
sns_topic_arn | The ARN of an existing SNS topic for notifications | string |
null |
no |
No outputs.