You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/fargate_workload_agent.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,32 +8,33 @@ description: |-
8
8
9
9
# Data Source: fargate_workload_agent
10
10
11
-
Updates the fargate workload definition to add a [Sysdig Agent](https://docs.sysdig.com/en/docs/installation/serverless-agents/aws-fargate-serverless-agents/)
11
+
Updates the ECS Fargate Container Definitions to add a [Sysdig Workload Agent](https://docs.sysdig.com/en/docs/installation/serverless-agents/aws-fargate-serverless-agents/)
12
12
13
13
-> **Note:** Sysdig Terraform Provider is under rapid development at this point. If you experience any issue or discrepancy while using it, please make sure you have the latest version. If the issue persists, or you have a Feature Request to support an additional set of resources, please open a [new issue](https://github.com/sysdiglabs/terraform-provider-sysdig/issues/new) in the GitHub repository.
14
14
15
-
You'll need to connect the Sysdig Agent to the Sysdig backend through an orchestrator. For details about how to deploy an orchestrator check the [Sysdig Orchestrator module](https://registry.terraform.io/modules/sysdiglabs/fargate-orchestrator-agent/aws/latest).
15
+
The Sysdig Workload Agent will need to connect to the Sysdig Collector. Find your region's collector endpoint here: https://docs.sysdig.com/en/docs/administration/saas-regions-and-ip-ranges/.
16
16
17
17
## Example Usage
18
18
19
19
```terraform
20
20
data "sysdig_fargate_workload_agent" "instrumented_containers" {
*`container_definitions` - (Required) The input Fargate container definitions to instrument with the Sysdig workload agent.
34
-
*`orchestrator_host` - (Required) The orchestrator host to connect to.
35
-
*`orchestrator_port` - (Required) The orchestrator port to connect to.
36
34
*`workload_agent_image` - (Required) The Sysdig workload agent image.
35
+
*`collector_host` - (Required) The Sysdig Collector host to connect to.
36
+
*`collector_port` - (Required) The Sysdig Collector port.
37
+
*`sysdig_access_key` - (Required) The Sysdig Agent access key, available in the Sysdig Secure UI.
37
38
*`image_auth_secret` - (Optional) The registry authentication secret.
38
39
*`log_configuration` - (Optional) Configuration for the awslogs driver on the instrumentation container. All three values must be specified if instrumentation logging is desired:
39
40
*`group` - The name of the existing log group for instrumentation logs
0 commit comments