Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] getting Error: EOF when trying to create an index #230

Closed
matpol opened this issue Dec 30, 2024 · 1 comment
Closed

[BUG] getting Error: EOF when trying to create an index #230

matpol opened this issue Dec 30, 2024 · 1 comment
Labels
bug Something isn't working untriaged

Comments

@matpol
Copy link

matpol commented Dec 30, 2024

What is the bug?

Error: EOF when using opensearch_index

How can one reproduce the bug?

I used one of the examples:

`resource "opensearch_index" "explore_kb" {
name = "sample"
number_of_replicas = "1"
number_of_shards = "1"

}`

I tried various different versions of the provider. I am using tf 1.10.1

What is the expected behavior?

It should create the index

What is your host/environment?

mac

Do you have any screenshots?

Screenshot 2024-12-30 at 12 50 46

Do you have any additional context?

no

@matpol
Copy link
Author

matpol commented Jan 6, 2025

We have resolved this now. We were getting a 200 on the versions endpoint but IAMs were incorrect to allow the actual retrieval of the info in the endpoint

@matpol matpol closed this as completed Jan 6, 2025
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Engineering Effectiveness Board Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant