File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ module "elasticsearch" {
95
95
elasticsearch_version = "6.5"
96
96
instance_type = "t2.small.elasticsearch"
97
97
instance_count = 4
98
+ ebs_volume_size = 10
98
99
iam_role_arns = ["arn:aws:iam::XXXXXXXXX:role/ops", "arn:aws:iam::XXXXXXXXX:role/dev"]
99
100
iam_actions = ["es:ESHttpGet", "es:ESHttpPut", "es:ESHttpPost"]
100
101
encrypt_at_rest_enabled = true
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ usage: |-
63
63
elasticsearch_version = "6.5"
64
64
instance_type = "t2.small.elasticsearch"
65
65
instance_count = 4
66
+ ebs_volume_size = 10
66
67
iam_role_arns = ["arn:aws:iam::XXXXXXXXX:role/ops", "arn:aws:iam::XXXXXXXXX:role/dev"]
67
68
iam_actions = ["es:ESHttpGet", "es:ESHttpPut", "es:ESHttpPost"]
68
69
encrypt_at_rest_enabled = true
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ module "elasticsearch" {
15
15
elasticsearch_version = " 6.5"
16
16
instance_type = " t2.small.elasticsearch"
17
17
instance_count = 4
18
+ ebs_volume_size = 10
18
19
iam_role_arns = [" arn:aws:iam::XXXXXXXXX:role/ops" , " arn:aws:iam::XXXXXXXXX:role/dev" ]
19
20
iam_actions = [" es:ESHttpGet" , " es:ESHttpPut" , " es:ESHttpPost" ]
20
21
encrypt_at_rest_enabled = " true"
You can’t perform that action at this time.
0 commit comments