Skip to content

Commit a7217bf

Browse files
github-actions[bot]minaslater
authored andcommitted
terraform-docs: automated action
1 parent aba0e45 commit a7217bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aws/telemetry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module "telemetry" {
6363
| <a name="input_grafana_role_name"></a> [grafana\_role\_name](#input\_grafana\_role\_name) | Name of the IAM role created for Grafana | `string` | `"grafana"` | no |
6464
| <a name="input_grafana_workspace_name"></a> [grafana\_workspace\_name](#input\_grafana\_workspace\_name) | Name of the Grafana workspace which will use telemetry resources | `string` | `"Grafana"` | no |
6565
| <a name="input_kms_alias_name"></a> [kms\_alias\_name](#input\_kms\_alias\_name) | KMS alias name for SNS topics | `string` | `"alias/sns-alarm-topics"` | no |
66-
| <a name="input_logging_group_name"></a> [logging\_group\_name](#input\_logging\_group\_name) | Name of Cloudwatch logging group for Prometheus workspace | `string` | `null` | no |
66+
| <a name="input_logging_configuration"></a> [logging\_configuration](#input\_logging\_configuration) | Cloudwatch logging configuration for Prometheus workspace | `map(string)` | `null` | no |
6767
| <a name="input_monitoring_account_ids"></a> [monitoring\_account\_ids](#input\_monitoring\_account\_ids) | AWS account IDs in which Grafana will run | `list(string)` | `null` | no |
6868
| <a name="input_prometheus_workspace_name"></a> [prometheus\_workspace\_name](#input\_prometheus\_workspace\_name) | Name of the AWS Managed Prometheus workspace | `string` | n/a | yes |
6969
| <a name="input_sns_topic_name_suffix"></a> [sns\_topic\_name\_suffix](#input\_sns\_topic\_name\_suffix) | Suffix for SNS topic names | `string` | `""` | no |

aws/telemetry/modules/prometheus-workspace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ write to the workspace.
4343
| <a name="input_alert_resolve_timeout"></a> [alert\_resolve\_timeout](#input\_alert\_resolve\_timeout) | Time after which alerts without an end time after resolved | `string` | `null` | no |
4444
| <a name="input_alert_subject_template"></a> [alert\_subject\_template](#input\_alert\_subject\_template) | Template used for AlertManager alert subjects | `string` | `null` | no |
4545
| <a name="input_alertmanager_config_enabled"></a> [alertmanager\_config\_enabled](#input\_alertmanager\_config\_enabled) | Enable alertmanager configs for the Prometheus workspace | `bool` | `true` | no |
46-
| <a name="input_logging_group_name"></a> [logging\_group\_name](#input\_logging\_group\_name) | Name of Cloudwatch logging group for Prometheus workspace | `string` | `null` | no |
46+
| <a name="input_logging_configuration"></a> [logging\_configuration](#input\_logging\_configuration) | Cloudwatch logging configuration for Prometheus workspace | `map(string)` | `null` | no |
4747
| <a name="input_name"></a> [name](#input\_name) | Name for this Prometheus workspace | `string` | n/a | yes |
4848
| <a name="input_sns_receivers"></a> [sns\_receivers](#input\_sns\_receivers) | Map of alert priorities to SNS topics for AlertManager | `map(string)` | n/a | yes |
4949
| <a name="input_tags"></a> [tags](#input\_tags) | Tags to be applied to created resources | `map(string)` | `{}` | no |

0 commit comments

Comments
 (0)