terraform-provider-opensearch
terraform-provider-opensearch copied to clipboard
Can we create a terraform resource for Opensearch anomaly detection capabilities? Thanks, Tony
### 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`...
### 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"...
### 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...
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...
### 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...
## 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...
### 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...