File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change 1+ terraform {
2+ backend "s3" {}
3+ }
Original file line number Diff line number Diff line change 1- terraform {
2- backend "s3" {}
3- }
4-
51data "aws_caller_identity" "default" {}
62
73# Make a topic
You can’t perform that action at this time.
0 commit comments