Skip to content

Add information about possible network glitches #230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions website/docs/cloud-docs/run/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 hiccups that are outside of our control. If you're seeing these kinds of errors, after making sure your network connection is operational, the following are a few common configuration settings to check:

* Determine if there is any firewall software on your system that could be blocking the `terraform` command, and explicitly approve it.
* Verify that you're using a valid DNS server IP address.
* Remove any expired TLS certificates for your system.