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

Can we create a terraform resource for Opensearch anomaly detection capabilities? Thanks, Tony

enhancement
good first issue

### What is the bug? Terraform attempts to delete cluster settings that can never be deleted. ### How can one reproduce the bug? 1. Create a resource block for `opensearch_cluster_settings`...

bug

### What is the bug? _A clear and concise description of the bug._ ### How can one reproduce the bug? _Steps to reproduce the behavior._ tf as below: resource "opensearch_index_template"...

bug

### What is the bug? Terraform cannot import resource `opensearch_cluster_settings` ### How can one reproduce the bug? 1. Create an empty resource block of type `opensearch_cluster_settings` 2. Run `terraform import...

bug

Hello, I have 2 questions regarding terraform resource https://github.com/opensearch-project/terraform-provider-opensearch/blob/main/docs/resources/ism_policy_mapping.md - Regarding the deprecation message, I understand that `ism_template` in the policy definition can pick automatically the new indexes and it...

question

### What is the bug? A new dashboard object cannot be created if the assigned index doesn't exist. The terraform apply will fail saying plugin crash. However, if you check...

bug

## What/Why ### What are you proposing? I would like to propose the possibility to configure more than one static OpenSearch domain at the same time with a terraform apply....

Hi, I just noticed that you started this project. We started our own opensearch provider recently although api coverage is still small at the moment: https://github.com/Ferlab-Ste-Justine/terraform-provider-opensearch I'm not sure how...

### The problem I want to import saved objects to dashboard with terraform resource "opensearch_dashboard_object". For that I have an ndjson file that I reference in the resource section but...

enhancement

### Is your feature request related to a problem? OpenTofu is asking for support from the provider authors, in this case it's submitting a GPG key. This is supposed to...

enhancement