Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Optional release notice.

## [Unreleased] - YYYY-MM-DD

This version requires Quilt stack version 1.66 or later.

- [Changed] Elasticsearch updated to 7.10 ([#89](https://github.com/quiltdata/iac/pull/89))

## [1.4.0] - 2025-12-18

- [Changed] Update Postgres to 15.15 ([#94](https://github.com/quiltdata/iac/pull/94))
Expand Down
2 changes: 1 addition & 1 deletion modules/search/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module "search_security_group" {

resource "aws_elasticsearch_domain" "search" {
domain_name = var.domain_name
elasticsearch_version = "6.8"
elasticsearch_version = "7.10"

cluster_config {
instance_count = var.instance_count
Expand Down