From f8026ecd0d306a22282c235c72fbf2ac700810bb Mon Sep 17 00:00:00 2001 From: Francesco Racciatti <97034431+francesco-racciatti@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:58:01 +0200 Subject: [PATCH] docs(serverless): add the new resource/priority related parameters (#496) Signed-off-by: francesco-racciatti --- website/docs/d/fargate_workload_agent.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docs/d/fargate_workload_agent.md b/website/docs/d/fargate_workload_agent.md index b9918f5f..b7087fe5 100644 --- a/website/docs/d/fargate_workload_agent.md +++ b/website/docs/d/fargate_workload_agent.md @@ -42,7 +42,11 @@ data "sysdig_fargate_workload_agent" "instrumented_containers" { * `sysdig_logging` - (Optional) The instrumentation logging level: `trace`, `debug`, `info`, `warning`, `error`, `silent`. * `ignore_containers` - (Optional) A list of containers in this data source that should not be instrumented. * `bare_pdig_on_containers` - (Optional) A list of containers in this data source to be instrumented with bare pdig. - +* `priority` - (Optional) The priority mode for the workload agent. Can be `availability` (by default) or `security`. +* `instrumentation_essential` - (Optional) `false` by default. If `true` the instrumentation container will be marked as essential. +* `instrumentation_cpu` - (Optional) The number of CPU units for the instrumentation container. +* `instrumentation_memory_limit` - (Optional) The maximum amount (in MiB) of memory for the instrumentation container. +* `instrumentation_memory_reservation` - (Optional) The minimum amount (in MiB) of memory reserved for the instrumentation container. ## Attributes Reference