Skip to content

Commit

Permalink
Defaults to OpenSearch classic
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormachin committed Nov 29, 2023
1 parent d9bea95 commit d28b8f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion default.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ deploy_vpc = false
deploy_vpc_search = true
deploy_log_archive = true
deploy_alarms = false
deploy_stac_server_opensearch_serverless = true
deploy_stac_server_opensearch_serverless = false
deploy_stac_server = true
deploy_analytics = true
deploy_titiler = true
Expand Down
2 changes: 1 addition & 1 deletion inputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ variable deploy_stac_server {

variable deploy_stac_server_opensearch_serverless {
type = bool
default = true
default = false
description = "Deploy FilmDrop Stac-Server with OpenSearch Serverless. If False, Stac-server will be deployed with a classic OpenSearch domain."
}

Expand Down
2 changes: 1 addition & 1 deletion modules/stac-server/inputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,6 @@ variable "opensearch_cluster_dedicated_master_count" {

variable deploy_stac_server_opensearch_serverless {
type = bool
default = true
default = false
description = "Deploy FilmDrop Stac-Server with OpenSearch Serverless. If False, Stac-server will be deployed with a classic OpenSearch domain."
}
2 changes: 1 addition & 1 deletion profiles/core/inputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ variable deploy_sample_data_bucket {

variable deploy_stac_server_opensearch_serverless {
type = bool
default = true
default = false
description = "Deploy FilmDrop Stac-Server with OpenSearch Serverless. If False, Stac-server will be deployed with a classic OpenSearch domain."
}

Expand Down
2 changes: 1 addition & 1 deletion profiles/stac-server/inputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ variable "log_bucket_domain_name" {

variable deploy_stac_server_opensearch_serverless {
type = bool
default = true
default = false
description = "Deploy FilmDrop Stac-Server with OpenSearch Serverless. If False, Stac-server will be deployed with a classic OpenSearch domain."
}

0 comments on commit d28b8f9

Please sign in to comment.