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
Hi,
We are trying run terraform init with python_terraform library as follows ,
return_code, stdout, stderr = tf.init(capture_output=True, reconfigure=True)
In local, it is getting executed successfully.
But in cloud run, we are getting the following error,
Failed to query available provider packages\n\nCould not retrieve the list of available versions for provider\nhashicorp/google: could not connect to registry.terraform.io: Failed to\nrequest discovery document: Get\n"https://registry.terraform.io/.well-known/terraform.json": connect: connection timeout\n\n'
Can anyone help us understand the cause for this failure
The text was updated successfully, but these errors were encountered:
Hi,
We are trying run terraform init with python_terraform library as follows ,
return_code, stdout, stderr = tf.init(capture_output=True, reconfigure=True)
In local, it is getting executed successfully.
But in cloud run, we are getting the following error,
Failed to query available provider packages\n\nCould not retrieve the list of available versions for provider\nhashicorp/google: could not connect to registry.terraform.io: Failed to\nrequest discovery document: Get\n"https://registry.terraform.io/.well-known/terraform.json": connect: connection timeout\n\n'
Can anyone help us understand the cause for this failure
The text was updated successfully, but these errors were encountered: