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
Terraform command should go thru but since http datasource is failing, the whole execution fails
Actual Behavior
Terraform command executions are failing as http datasource is timing out while reaching
Error: Error making request: Get "https://raw.githubusercontent.com/hashicorp/cloud-hcs-meta/master/ama-plans/defaults.json": net/http: TLS handshake timeout
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform destroy -auto-approve
Important Factoids
Running HCS on Azure
The text was updated successfully, but these errors were encountered:
Hi there, the issue here is with the http provider as the moment it tries to fetch data from the given HTTPs URL, it ends up on TLS handshake timeout
Terraform Version
Affected Resource(s)
Terraform apply/destroy not happening
Terraform Configuration Files
https://github.com/cpu601/terraform-azurerm-hcs/blob/master/main.tf#L10-L12
Expected Behavior
Terraform command should go thru but since http datasource is failing, the whole execution fails
Actual Behavior
Terraform command executions are failing as http datasource is timing out while reaching
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform destroy -auto-approve
Important Factoids
Running HCS on Azure
The text was updated successfully, but these errors were encountered: