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? _A clear and concise description of the bug._ Getting this after upgrading to 2.1.0 and running terraform apply: ``` provider.stdio: received EOF, stopping recv loop:...

bug

### Description ``` ./script/install-tools export OSS_IMAGE="opensearchproject/opensearch:2" docker-compose up -d docker-compose ps -a export OPENSEARCH_URL=http://admin:admin@localhost:9200 export TF_LOG=INFO TF_ACC=1 go test ./... -v -parallel 20 -cover -short ``` In this original script,...

### What is the bug? Getting errors when trying to use aws_assume_role_arn. Error: NoCredentialProviders: no valid providers in chain. Deprecated. For verbose messaging see aws.Config.CredentialsChainVerboseErrors If I add directly the...

bug

### What is the bug? It appears that the plugin does not handle basic authentication errors gracefully. If invalid credentials are provided there is a confusing error message. ``` Planning...

bug

### What is the bug? If you configure the provider to use basic authentication you will receive HTTP 403s unless you explicitly disable `sign_aws_requests`. The error message is quite confusing...

bug

### What is the bug? When I attempt to import the opensearch_index resource with aliases configured, it doesn't get imported into the state. ### How can one reproduce the bug?...

bug

### What is the bug? Assuming role work only with `aws_profile` variable. When passing `aws_access_key` and `aws_secret_key`, the role is not assumed. Error: `HTTP 403 Forbidden: Permission denied. Please ensure...

bug
good first issue

### What is the bug? opensearch_monitor reports changes in query_level_trigger.id and query_level_trigger.actions.*.id after creation ### How can one reproduce the bug? create resource opensearch_monitor with triggers and actions definition as...

bug

Add steps to generate terraform provider documentation to README.md

good first issue

### What is the bug? Persistent Terraform plan change detected with field `config_id` ### How can one reproduce the bug? 1) Create a new `opensearch_channel_configuration` resource ``` resource "opensearch_channel_configuration" "escalations"...

bug
good first issue