terraform-provider-opensearch
terraform-provider-opensearch copied to clipboard
### What is the bug? Hi, I am currently looking at ways to delete an index and the behavior I am seeing when modifying a opensearch_index resource is very confusing....
### What is the bug? When trying to delete a component_template ### How can one reproduce the bug? 1- define **opensearch_component_template.default-settings** 2- define **opensearch_composable_index_template.sample2-template** that reference **default-settings** ``` resource "opensearch_composable_index_template"...
### What is the bug? Provider produced inconsistent final plan when the 'body' value for resource opensearch_component_template changes from plan to apply. In my case the body template would be...
### What is the bug? When mappings allows dynamic fields, a re-apply of an unchanged opensearch_index resource will detect dynamically added fields and will try to replace the index. ###...
### Is your feature request related to a problem? no security analytics support by the provider. ### What solution would you like? are there plans to implement support for security...
### Is your feature request related to a problem? I'm trying to automate deployments of OpenSearch with its associated applications. In the past I tried using `awscurl` to create indices...
data "opensearch_host" "test" { active = true } I get the error being - Error: HEAD healthcheck failed: This is usually due to network or permission issues. The underlying error...
### What is the bug? I've created an initial index test-logs-000001 which has `is_write_index = true` property set and this index is managed by `opensearch_index_template` resource and configured to rollover...
### What is the bug? Provider is unable to authenticate against OpenSearch endpoint. ### How can one reproduce the bug? I am using an AWS OpenSearch Service endpoint. Fine-grained access...
### What is the bug? With the 2.2.0 opensearch provider, the following provider config ... ``` provider "opensearch" { alias = "dev" url = aws_opensearchserverless_collection.this.collection_endpoint healthcheck = false aws_assume_role_arn =...