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 are using this provider to create an Opensearch cluster which works fine but when we are attempting to create an index, after about 6 minutes we get a message that the connection timed out and the terraform fails.
Full message: Error: Put "<opensearch_endpoint>/<index_name>": dial tcp <ip>:443: connect: connection timed out
Hello,
We are using this provider to create an Opensearch cluster which works fine but when we are attempting to create an index, after about 6 minutes we get a message that the connection timed out and the terraform fails.
Full message:
Error: Put "<opensearch_endpoint>/<index_name>": dial tcp <ip>:443: connect: connection timed out
Our provider is configured like so:
I had seen no timeout settings on the provider configuration page so I'd like to ask if there is anything we could do to fix this.
Thanks.
The text was updated successfully, but these errors were encountered: