mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-01-18 18:56:26 +00:00
bump ES version
This commit is contained in:
parent
85a9212243
commit
c9353bd3f2
2
es.tf
2
es.tf
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
resource "aws_elasticsearch_domain" "ElasticsearchDomain" {
|
resource "aws_elasticsearch_domain" "ElasticsearchDomain" {
|
||||||
domain_name = "sondes-v2-7-9"
|
domain_name = "sondes-v2-7-9"
|
||||||
elasticsearch_version = "OpenSearch_1.2"
|
elasticsearch_version = "OpenSearch_1.3"
|
||||||
cluster_config {
|
cluster_config {
|
||||||
dedicated_master_count = 3
|
dedicated_master_count = 3
|
||||||
dedicated_master_enabled = false
|
dedicated_master_enabled = false
|
||||||
|
Loading…
Reference in New Issue
Block a user