diff --git a/website/docs/cloud-docs/run/cli.mdx b/website/docs/cloud-docs/run/cli.mdx index 3f65f2e28..a40a3d4b1 100644 --- a/website/docs/cloud-docs/run/cli.mdx +++ b/website/docs/cloud-docs/run/cli.mdx @@ -250,3 +250,17 @@ Do you want to override the soft failed policy check? ## Options for Plans and Applies [Run Modes and Options](/cloud-docs/run/modes-and-options) contains more details about the various options available for plans and applies when you use the CLI-driven workflow. + +## Networking/Connection Issues + +Sometimes during a CLI-driven run, errors relating to network connectivity issues arise. Examples of these kinds of errors include: + +* `Client.Timeout exceeded while awaiting headers` +* `context deadline exceeded` +* `TLS handshake timeout` + +Sometimes there are network problems beyond our control. If you have network errors, verify your network connection is operational. Then, check the following common configuration settings: + +* Determine if any firewall software on your system blocks the `terraform` command and explicitly approve it. +* Verify that you have a valid DNS server IP address. +* Remove any expired TLS certificates for your system.