Skip to content

Commit d77cf02

Browse files
authored
Merge branch 'master' into add-more-alarms-allow-customizing-some-alarms
2 parents e760581 + 87d718e commit d77cf02

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module "es_alarms" {
8686
| `alarm_name_postfix` | Alarm name postfix | string | `""` | no |
8787
| `alarm_name_prefix` | Alarm name prefix | string | `""` | no |
8888
| `cpu_utilization_threshold` | The maximum percentage of CPU utilization | string | `80` | no |
89-
| `free_storage_space_threshold` | The minimum amount of available storage space in Byte. | string | `21474836480` | no |
89+
| `free_storage_space_threshold` | The minimum amount of available storage space in MiB. | string | `20480` | no |
9090
| `jvm_memory_pressure_threshold` | The maximum percentage of the Java heap used for all data nodes in the cluster | string | `80` | no |
9191
| `master_cpu_utilization_threshold` | The maximum percentage of CPU utilization of master nodes | string | `""` | no |
9292
| `master_jvm_memory_pressure_threshold` | The maximum percentage of the Java heap used for master nodes in the cluster | string | `""` | no |
@@ -107,7 +107,6 @@ module "es_alarms" {
107107
| `sns_topic_prefix` | SNS topic prefix | string | `""` | no |
108108
| `tags` | Tags to associate with all created resources | map | `{}` | no |
109109

110-
111110
## Outputs
112111

113112
| Name | Description |

backend.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
terraform {
2+
backend "s3" {}
3+
}

main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
terraform {
2-
backend "s3" {}
3-
}
4-
51
data "aws_caller_identity" "default" {}
62

73
# Make a topic

0 commit comments

Comments
 (0)