You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
Do you have any additional context?
no
The text was updated successfully, but these errors were encountered: