terraform-provider-opensearch
terraform-provider-opensearch copied to clipboard
### What is the bug? Resource `opensearch_cluster_settings` attempts to apply `null` to unset properties, despite them being defaulted and valid in-cluster. ### How can one reproduce the bug? 1. Create...
### What is the bug? The provider does not take into account `AWS_PROFILE` environment variable when using `aws_assume_role_arn`. Instead, we must explicitly set it in the provider config like this:...
### Description When I use this example codes, Output 'Bad Requets' messages. [here](https://github.com/opensearch-project/terraform-provider-opensearch/blob/main/docs/resources/index_template.md) error message ``` │ Error: elastic: Error 400 (Bad Request): [2:15] [index_template] template doesn't support values of...
### What is the bug? I am trying to configure an anomaly detector using the latest provider version ( `v2.2.0`). When I am defining a feature, I can only seem...
## Release v2.2.1 Prepare for the release of v2.2.1 by creating a corresponding tag, v2.2.1. Below are the commit details that will be included in this release: [link](https://github.com/opensearch-project/terraform-provider-opensearch/compare/v2.2.0...main).
### What is the bug? # module.opensearch_logs_saml[0].opensearch_roles_mapping.security_manager_mapping will be created + resource "opensearch_roles_mapping" "security_manager_mapping" { + and_backend_roles = [ + "arn:aws:iam::433822642130:instance-profile/terraform_host_profile", ] + description = "Mapping AWS IAM roles to...
### Description - making use of _template endpoint (legacy index templates) for older opensearch versions (< 2.0.0) ### Issues Resolved - fixes #112 By submitting this pull request, I confirm...
### Is your feature request related to a problem? - This sort of relates to #161 that I recently submitted. Within the OpenSearch UI, you are able to configure a...
## What/Why ### What are you proposing? The current setup is using [olivere elastic go client](https://github.com/olivere/elastic), use official supported [OpenSearch go client](https://opensearch.org/docs/latest/clients/go/) ### What users have asked for this feature?...
### What is the bug? _A clear and concise description of the bug._ Using **opensearch_monitor** resource block to create monitor using **templatefile** for JSON file, where all **true** boolean values...