diff --git a/CHANGELOG.md b/CHANGELOG.md index e9808f2d..a86a52f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Unreleased - -## Changed - -- Default to stac-server 3.8.0 and OpenSearch 2.13 - ## 2.26.0 - 2024-05-29 ## Changed +- Default to stac-server 3.8.0 and OpenSearch 2.13 - For both `stac_server_inputs` and `titiler_inputs`, renamed `stac_server_and_titiler_s3_arns` to `authorized_s3_arns`. - `private_subnets_az_to_id_map` now correctly using ID as the map value instead of previous cidr_block diff --git a/ci.tfvars b/ci.tfvars index 5c079e7d..79d9f2c6 100644 --- a/ci.tfvars +++ b/ci.tfvars @@ -74,6 +74,7 @@ titiler_inputs = { authorized_s3_arns = [] mosaic_titiler_waf_allowed_url = "test.filmdrop.io" mosaic_titiler_host_header = "" + mosaic_tile_timeout = 30 web_acl_id = "" auth_function = { cf_function_name = "" diff --git a/default.tfvars b/default.tfvars index a27aff66..ebc8df86 100644 --- a/default.tfvars +++ b/default.tfvars @@ -76,6 +76,7 @@ titiler_inputs = { authorized_s3_arns = [] mosaic_titiler_waf_allowed_url = "test.filmdrop.io" mosaic_titiler_host_header = "" + mosaic_tile_timeout = 30 web_acl_id = "" auth_function = { cf_function_name = ""