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
Copy file name to clipboardExpand all lines: website/docs/cloud-docs/run/cli.mdx
+14
Original file line number
Diff line number
Diff line change
@@ -250,3 +250,17 @@ Do you want to override the soft failed policy check?
250
250
## Options for Plans and Applies
251
251
252
252
[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