Skip to content

Commit 4a06664

Browse files
update docs
1 parent d17b76d commit 4a06664

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/dashboard/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
| Name | Version |
1111
|------|---------|
1212
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.1.0 |
13+
| <a name="provider_local"></a> [local](#provider\_local) | n/a |
1314

1415
## Modules
1516

@@ -20,12 +21,14 @@ No modules.
2021
| Name | Type |
2122
|------|------|
2223
| [aws_cloudwatch_dashboard.main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_dashboard) | resource |
24+
| [local_file.metrics](https://registry.terraform.io/providers/hashicorp/local/latest/docs/data-sources/file) | data source |
2325

2426
## Inputs
2527

2628
| Name | Description | Type | Default | Required |
2729
|------|-------------|------|---------|:--------:|
2830
| <a name="input_disabled_services"></a> [disabled\_services](#input\_disabled\_services) | List of services to disable | `list(string)` | `[]` | no |
31+
| <a name="input_metric_data_file"></a> [metric\_data\_file](#input\_metric\_data\_file) | Path to YAML file containing the metrics to create alarms for. By default the one contained in the module will be used. | `string` | `null` | no |
2932
| <a name="input_regions"></a> [regions](#input\_regions) | A list of AWS regions to create dashboard panels for | `list(string)` | `[]` | no |
3033

3134
## Outputs

0 commit comments

Comments
 (0)