Skip to content

Commit 28648a6

Browse files
authored
Merge pull request #230 from hashicorp/aw/add-network-info
Add information about possible network glitches
2 parents 4de4d2d + d09a5b1 commit 28648a6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

website/docs/cloud-docs/run/cli.mdx

+14
Original file line numberDiff line numberDiff line change
@@ -250,3 +250,17 @@ Do you want to override the soft failed policy check?
250250
## Options for Plans and Applies
251251

252252
[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.
253+
254+
## Networking/Connection Issues
255+
256+
Sometimes during a CLI-driven run, errors relating to network connectivity issues arise. Examples of these kinds of errors include:
257+
258+
* `Client.Timeout exceeded while awaiting headers`
259+
* `context deadline exceeded`
260+
* `TLS handshake timeout`
261+
262+
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:
263+
264+
* Determine if any firewall software on your system blocks the `terraform` command and explicitly approve it.
265+
* Verify that you have a valid DNS server IP address.
266+
* Remove any expired TLS certificates for your system.

0 commit comments

Comments
 (0)