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
╷
│ Error: EOF
│
│ with opensearch_index.test-simple-index,
│ on main.tf line 451, in resource "opensearch_index" "test-simple-index":
│ 451: resource "opensearch_index" "test-simple-index" {
│
╵
What is the expected behavior?
The index to get created
What is your host/environment?
Reproduced in Mac OS and Linux environments
Do you have any screenshots?
N/A
Do you have any additional context?
The problem seems to be solved if I use the latest code (cloning the repo, building and then using TF_REATTACH_PROVIDERS env variable before "terraform apply"
It seems that this problem will be solved in the next release, do you have an estimated date on when the next release will be published?
The text was updated successfully, but these errors were encountered:
[Triage]
Adding @rblcoder looks to me like this bug should be fixed in the upcoming release v2.2.2, can you please confirm and if so share the fixed PR here ?
Thank you
What is the bug?
Cannot create index with opensearch serverless collection
How can one reproduce the bug?
On terraform apply:
What is the expected behavior?
The index to get created
What is your host/environment?
Reproduced in Mac OS and Linux environments
Do you have any screenshots?
N/A
Do you have any additional context?
The problem seems to be solved if I use the latest code (cloning the repo, building and then using TF_REATTACH_PROVIDERS env variable before "terraform apply"
It seems that this problem will be solved in the next release, do you have an estimated date on when the next release will be published?
The text was updated successfully, but these errors were encountered: