Update docs (#220)
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
This commit is contained in:
parent
c975a933bc
commit
723af623d4
2 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ data "stackit_argus_scrapeconfig" "example" {
|
|||
- `id` (String) Terraform's internal data source. ID. It is structured as "`project_id`,`instance_id`,`name`".
|
||||
- `metrics_path` (String) Specifies the job scraping url path.
|
||||
- `saml2` (Attributes) A SAML2 configuration block (see [below for nested schema](#nestedatt--saml2))
|
||||
- `sample_limit` (Number) Specifies the scrape sample limit.
|
||||
- `scheme` (String) Specifies the http scheme.
|
||||
- `scrape_interval` (String) Specifies the scrape interval as duration string.
|
||||
- `scrape_timeout` (String) Specifies the scrape timeout as duration string.
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ resource "stackit_argus_scrapeconfig" "example" {
|
|||
|
||||
- `basic_auth` (Attributes) A basic authentication block. (see [below for nested schema](#nestedatt--basic_auth))
|
||||
- `saml2` (Attributes) A SAML2 configuration block. (see [below for nested schema](#nestedatt--saml2))
|
||||
- `sample_limit` (Number) Specifies the scrape sample limit. Upper limit depends on the service plan. Default is `5000`.
|
||||
- `scheme` (String) Specifies the http scheme. E.g. `https`.
|
||||
- `scrape_interval` (String) Specifies the scrape interval as duration string. E.g. `5m`.
|
||||
- `scrape_timeout` (String) Specifies the scrape timeout as duration string. E.g.`2m`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue