Hi @apparentlymart,
Yes I do have couple of software like zscaler ,Crowdstrike,Forcepoint one endpoint, not sure how to check which one is culprit.
I enabled trace logging in terraform , and the output is
2021/04/08 10:16:13 [INFO] Go runtime version: go1.15.6
2021/04/08 10:16:13 [INFO] CLI args: string{“C:\Users\1912695\AppData\Local\Microsoft\WindowsApps\terraform.exe”, “init”}
2021/04/08 10:16:13 [DEBUG] Attempting to open CLI config file: C:\Users\1912695\AppData\Roaming\terraform.rc
2021/04/08 10:16:13 [DEBUG] File doesn’t exist, but doesn’t need to. Ignoring.
2021/04/08 10:16:13 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2021/04/08 10:16:13 [DEBUG] ignoring non-existing provider search directory C:\Users\1912695\AppData\Roaming\terraform.d\plugins
2021/04/08 10:16:13 [DEBUG] ignoring non-existing provider search directory C:\Users\1912695\AppData\Roaming\HashiCorp\Terraform\plugins
2021/04/08 10:16:13 [INFO] CLI command args: string{“init”}
Init2021/04/08 10:16:13 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
ial2021/04/08 10:16:13 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
i2021/04/08 10:16:13 [DEBUG] New state was assigned lineage “c8fc78bd-9fd8-af7a-bc10-30187d3d6f8f”
zing the backend…2021/04/08 10:16:13 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2021/04/08 10:16:13 [TRACE] Meta.Backend: instantiated backend of type
2021/04/08 10:16:13 [DEBUG] checking for provisioner in “.”
2021/04/08 10:16:13 [DEBUG] checking for provisioner in “C:\Users\1912695\AppData\Local\Microsoft\WindowsApps”
2021/04/08 10:16:13 [INFO] Failed to read plugin lock file .terraform\plugins\windows_amd64\lock.json: open .terraform\plugins\windows_amd64\lock.json: The system cannot find the path specified.
2021/04/08 10:16:13 [TRACE] Meta.Backend: backend does not support operations, so wrapping it in a local backend
2021/04/08 10:16:13 [TRACE] backend/local: state manager for workspace “default” will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2021/04/08 10:16:13 [TRACE] statemgr.Filesystem: reading initial snapshot from terraform.tfstate
2021/04/08 10:16:13 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that’s okay
2021/04/08 10:16:13 [TRACE] statemgr.Filesystem: read nil snapshot
2021/04/08 10:16:13 [DEBUG] Service discovery for registry.terraform.io at https://registry.terraform.io/.well-known/terraform.json
Initializing2021/04/08 10:16:13 [TRACE] HTTP client GET request to https://registry.terraform.io/.well-known/terraform.json
provider plugins…
Error: Failed to query available provider packages
Could not retrieve the list of available versions for provider
hashicorp/azurerm: could not connect to registry.terraform.io: Failed to
request discovery document: Get
“https://registry.terraform.io/.well-known/terraform.json”: net/http: request
canceled while waiting for connection (Client.Timeout exceeded while awaiting
headers)
Regards