terraform-provider-opensearch icon indicating copy to clipboard operation
terraform-provider-opensearch copied to clipboard

Results 76 terraform-provider-opensearch issues
Sort by recently updated
recently updated
newest added

### 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....

bug

### 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"...

bug

### 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...

bug

### 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. ###...

bug

### 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...

enhancement
good first issue

### 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...

enhancement

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...

bug

### 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...

bug

### 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...

bug

### 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 =...

bug