Skip to content

Commit 5cf233d

Browse files
Fix dirs
1 parent 7dee2f5 commit 5cf233d

26 files changed

Lines changed: 131 additions & 1 deletion

infrastructure/terraform/components/api/module_apigw_alarms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ module "apigw_alarms" {
33
alarm_prefix = local.csi
44
api_name = aws_api_gateway_rest_api.main.name
55
stage_name = aws_api_gateway_stage.main.stage_name
6-
tags = local.default_tag
6+
tags = local.default_tags
77
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!-- BEGIN_TF_DOCS -->
2+
<!-- markdownlint-disable -->
3+
<!-- vale off -->
4+
5+
## Requirements
6+
7+
| Name | Version |
8+
|------|---------|
9+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
10+
## Inputs
11+
12+
| Name | Description | Type | Default | Required |
13+
|------|-------------|------|---------|:--------:|
14+
| <a name="input_alarm_prefix"></a> [alarm\_prefix](#input\_alarm\_prefix) | n/a | `string` | n/a | yes |
15+
| <a name="input_api_name"></a> [api\_name](#input\_api\_name) | n/a | `string` | n/a | yes |
16+
| <a name="input_error_5xx_evaluation_periods"></a> [error\_5xx\_evaluation\_periods](#input\_error\_5xx\_evaluation\_periods) | n/a | `number` | `1` | no |
17+
| <a name="input_error_5xx_period_seconds"></a> [error\_5xx\_period\_seconds](#input\_error\_5xx\_period\_seconds) | n/a | `number` | `60` | no |
18+
| <a name="input_error_5xx_threshold"></a> [error\_5xx\_threshold](#input\_error\_5xx\_threshold) | n/a | `number` | `0` | no |
19+
| <a name="input_latency_anomaly_sensitivity"></a> [latency\_anomaly\_sensitivity](#input\_latency\_anomaly\_sensitivity) | n/a | `number` | `2` | no |
20+
| <a name="input_latency_datapoints_to_alarm"></a> [latency\_datapoints\_to\_alarm](#input\_latency\_datapoints\_to\_alarm) | n/a | `number` | `3` | no |
21+
| <a name="input_latency_evaluation_periods"></a> [latency\_evaluation\_periods](#input\_latency\_evaluation\_periods) | n/a | `number` | `5` | no |
22+
| <a name="input_latency_period_seconds"></a> [latency\_period\_seconds](#input\_latency\_period\_seconds) | n/a | `number` | `60` | no |
23+
| <a name="input_latency_threshold_ms"></a> [latency\_threshold\_ms](#input\_latency\_threshold\_ms) | n/a | `number` | `29000` | no |
24+
| <a name="input_stage_name"></a> [stage\_name](#input\_stage\_name) | n/a | `string` | n/a | yes |
25+
| <a name="input_tags"></a> [tags](#input\_tags) | n/a | `map(string)` | `{}` | no |
26+
## Modules
27+
28+
No modules.
29+
## Outputs
30+
31+
No outputs.
32+
<!-- vale on -->
33+
<!-- markdownlint-enable -->
34+
<!-- END_TF_DOCS -->

infrastructure/terraform/modules/alarms/alarms-apigw/alarm-5xx.tf renamed to infrastructure/terraform/modules/alarms-apigw/alarm-5xx.tf

File renamed without changes.

infrastructure/terraform/modules/alarms/alarms-apigw/alarm-latency-anomaly.tf renamed to infrastructure/terraform/modules/alarms-apigw/alarm-latency-anomaly.tf

File renamed without changes.

infrastructure/terraform/modules/alarms/alarms-apigw/alarm-latency-threshold.tf renamed to infrastructure/terraform/modules/alarms-apigw/alarm-latency-threshold.tf

File renamed without changes.

infrastructure/terraform/modules/alarms/alarms-apigw/locals.tf renamed to infrastructure/terraform/modules/alarms-apigw/locals.tf

File renamed without changes.

infrastructure/terraform/modules/alarms/alarms-apigw/variables.tf renamed to infrastructure/terraform/modules/alarms-apigw/variables.tf

File renamed without changes.

infrastructure/terraform/modules/alarms/alarms-apigw/versions.tf renamed to infrastructure/terraform/modules/alarms-apigw/versions.tf

File renamed without changes.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!-- BEGIN_TF_DOCS -->
2+
<!-- markdownlint-disable -->
3+
<!-- vale off -->
4+
5+
## Requirements
6+
7+
| Name | Version |
8+
|------|---------|
9+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
10+
## Inputs
11+
12+
| Name | Description | Type | Default | Required |
13+
|------|-------------|------|---------|:--------:|
14+
| <a name="input_alarm_prefix"></a> [alarm\_prefix](#input\_alarm\_prefix) | n/a | `string` | n/a | yes |
15+
| <a name="input_evaluation_periods"></a> [evaluation\_periods](#input\_evaluation\_periods) | n/a | `number` | `1` | no |
16+
| <a name="input_period_seconds"></a> [period\_seconds](#input\_period\_seconds) | n/a | `number` | `60` | no |
17+
| <a name="input_read_throttle_threshold"></a> [read\_throttle\_threshold](#input\_read\_throttle\_threshold) | n/a | `number` | `0` | no |
18+
| <a name="input_table_name"></a> [table\_name](#input\_table\_name) | n/a | `string` | n/a | yes |
19+
| <a name="input_tags"></a> [tags](#input\_tags) | n/a | `map(string)` | `{}` | no |
20+
| <a name="input_write_throttle_threshold"></a> [write\_throttle\_threshold](#input\_write\_throttle\_threshold) | n/a | `number` | `0` | no |
21+
## Modules
22+
23+
No modules.
24+
## Outputs
25+
26+
No outputs.
27+
<!-- vale on -->
28+
<!-- markdownlint-enable -->
29+
<!-- END_TF_DOCS -->

infrastructure/terraform/modules/alarms/alarms-ddb/alarm-read-throttle.tf renamed to infrastructure/terraform/modules/alarms-ddb/alarm-read-throttle.tf

File renamed without changes.

0 commit comments

Comments
 (0)