mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2024-12-18 20:57:56 +00:00
upgrade os
This commit is contained in:
parent
3d3f4f109c
commit
822ca559da
2
es.tf
2
es.tf
@ -12,7 +12,7 @@ data "aws_iam_policy_document" "es_access_policy" {
|
|||||||
|
|
||||||
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_2.9"
|
elasticsearch_version = "OpenSearch_2.11"
|
||||||
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