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
I seem to be getting timeouts while trying to do a plan or apply around places where we used this module. Whats interesting is that it only occurs locally, which I take to mean that this provider is very sensitive to timeout and may experience this on vpn tunnels or slower connections.
│ Error: Post "https://my.solarwinds.cloud/v1/login": dial tcp: i/o timeout
│
│ with module.apidocs_origin_pingdom_check.provider["registry.terraform.io/drfaust92/pingdom"],
│ on .terraform/modules/apidocs_origin_pingdom_check/main.tf line 18, in provider "pingdom":
│ 18: provider "pingdom" {
I can curl the URL, but it takes about 8 seconds to complete:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2011 100 2011 0 0 241 0 0:00:08 0:00:08 --:--:-- 447
real 0m8.337s
user 0m0.022s
sys 0m0.006s
Perhaps we can add a variable provider setting or increase the default timeout for the provider trying to reach pingdom.
The text was updated successfully, but these errors were encountered:
I seem to be getting timeouts while trying to do a plan or apply around places where we used this module. Whats interesting is that it only occurs locally, which I take to mean that this provider is very sensitive to timeout and may experience this on vpn tunnels or slower connections.
I can curl the URL, but it takes about 8 seconds to complete:
Perhaps we can add a variable provider setting or increase the default timeout for the provider trying to reach pingdom.
The text was updated successfully, but these errors were encountered: