@@ -34,15 +34,15 @@ resource "sysdig_secure_policy" "unexpected_inbound_tcp_connection_traefik" {
3434
3535The 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