Merge pull request #12007 from hashicorp/Amier3-patch-1-1

docs: clarify hcl/cli differences
This commit is contained in:
mrspanishviking 2022-01-10 15:45:46 -07:00 committed by GitHub
commit 2eb4375caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -54,6 +54,8 @@ information.
## Command-line Options ((#commandline_options)) ## Command-line Options ((#commandline_options))
-> **Note:** Some CLI arguments may be different from HCL keys. See [Configuration Key Reference](#config_key_reference) for equivalent HCL Keys.
The options below are all specified on the command-line. The options below are all specified on the command-line.
- `-advertise` ((#\_advertise)) - The advertise address is used to change - `-advertise` ((#\_advertise)) - The advertise address is used to change
@ -566,7 +568,7 @@ definitions support being updated during a reload.
} }
``` ```
#### Configuration Key Reference #### Configuration Key Reference ((#config_key_reference))
-> **Note:** All the TTL values described below are parsed by Go's `time` package, and have the following -> **Note:** All the TTL values described below are parsed by Go's `time` package, and have the following
[formatting specification](https://golang.org/pkg/time/#ParseDuration): "A [formatting specification](https://golang.org/pkg/time/#ParseDuration): "A