-
Notifications
You must be signed in to change notification settings - Fork 117
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
Cant do anything with latest version of provider #491
Comments
Hi! But call to API was able to start deployment of PostgreSQL and I got broken state: VPC is present in state file, PostgreSQL is absent in state file. Revert to version 0.133 resolved this trouble. |
После общения с поддержкой навели на причину ошибки, в коде провайдера выставлен таймаут в 1 секунду. В файле yandex/config.go поправил:
на
Пересобрал провайдер. Все заработало. |
Проблема воспроизводится на v0.135.0 тоже. |
Я поправил таймаут по-умолчанию, изменения будут доступны в 136 версии |
with yandex-cloud/yandex v0.134.0 i have error in all resources. For example in mysql:
that error occur very fast (<200ms).
Looks like something wrong with http-client's context
The text was updated successfully, but these errors were encountered: