Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ The agent maintains a registration and a liveness indicator within HCP Terraform

After initiating a graceful shutdown by either of these methods, the terminal user or parent program should wait for the agent to exit. The amount of time this exit takes depends on the agent's current workload. The agent waits for any current operations to complete before deregistering and exiting.

<!--
WARNING: This the CLI options section is auto-generated during agent release process.
Do not edit this section directly as your changes will be overwritten.
-->

# CLI Options


Expand Down Expand Up @@ -247,7 +252,6 @@ After initiating a graceful shutdown by either of these methods, the terminal us

Environment variable: `TFC_AGENT_ACCEPT`

@include 'policy.mdx'

* `-request-forwarding`:
Enable handling of forwarded HTTP requests. Enable this option only if you
Expand Down
Loading