Skip to content

Commit 6df497c

Browse files
authored
fix: Fix a couple of typos in doc page (#88)
1 parent c4559aa commit 6df497c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ resource "sysdig_secure_policy" "unexpected_inbound_tcp_connection_traefik" {
3434

3535
The following keys can be used to configure the provider.
3636

37-
* `sysdig_monitor_api_token` - (Optional) The Sysdig Secure API token, it must be
37+
* `sysdig_monitor_api_token` - (Optional) The Sysdig Monitor API token, it must be
3838
present, but you can get it from the `SYSDIG_MONITOR_API_TOKEN` environment variable.
3939
Required if any `sysdig_monitor_*` resource or data source is used.
4040

4141
* `sysdig_secure_api_token` - (Optional) The Sysdig Secure API token, it must be
4242
present, but you can get it from the `SYSDIG_SECURE_API_TOKEN` environment variable.
4343
Required if any `sysdig_secure_*` resource or data source is used.
4444

45-
* `sysdig_monitor_url` - (Optional) This is the target Sysdig Secure base API
45+
* `sysdig_monitor_url` - (Optional) This is the target Sysdig Monitor base API
4646
endpoint. It's intended to be used with OnPrem installations. By defaults it
4747
points to `https://app.sysdigcloud.com`, and notice that should not be ended
4848
with an slash. It can also be sourced from the `SYSDIG_MONITOR_URL` environment
@@ -62,4 +62,4 @@ The following keys can be used to configure the provider.
6262
* `sysdig_secure_insecure_tls` - (Optional) Defines if the HTTP client can ignore
6363
the use of invalid HTTPS certificates in the Secure API. It can be useful for
6464
on-prem installations. It can also be sourced from the `SYSDIG_SECURE_INSECURE_TLS`
65-
environment variable. By default this is false.
65+
environment variable. By default this is false.

0 commit comments

Comments
 (0)