Skip to content

Commit 43eda69

Browse files
Zaarghcloudpossebotgoruha
authored
Update README: change zone_awareness_enabled to bool (#142)
* Update README: change zone_awareness_enabled to bool In the example use zone_awareness_enabled is passed to the module as string, when bool is expected. * Auto Format --------- Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com> Co-authored-by: Igor Rodionov <goruha@gmail.com>
1 parent ce75e52 commit 43eda69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ module "elasticsearch" {
120120
security_groups = ["sg-XXXXXXXXX", "sg-YYYYYYYY"]
121121
vpc_id = "vpc-XXXXXXXXX"
122122
subnet_ids = ["subnet-XXXXXXXXX", "subnet-YYYYYYYY"]
123-
zone_awareness_enabled = "true"
123+
zone_awareness_enabled = true
124124
elasticsearch_version = "6.5"
125125
instance_type = "t2.small.elasticsearch"
126126
instance_count = 4

README.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ usage: |-
6767
security_groups = ["sg-XXXXXXXXX", "sg-YYYYYYYY"]
6868
vpc_id = "vpc-XXXXXXXXX"
6969
subnet_ids = ["subnet-XXXXXXXXX", "subnet-YYYYYYYY"]
70-
zone_awareness_enabled = "true"
70+
zone_awareness_enabled = true
7171
elasticsearch_version = "6.5"
7272
instance_type = "t2.small.elasticsearch"
7373
instance_count = 4

0 commit comments

Comments
 (0)