Skip to content

Commit ff56d9f

Browse files
authored
Fix/update docs for Fargate (#155)
* Fix image in example * Add a link to docs.sysig.com * Add a link to the orchestrator module
1 parent 50bad8a commit ff56d9f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

website/docs/d/fargate_workload_agent.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,26 @@
22
subcategory: "Sysdig Platform"
33
layout: "sysdig"
44
page_title: "Sysdig: sysdig_fargate_workload_agent"
5-
description: |-
6-
Updates the fargate workload definition to add a Sysdig Agent
5+
description: |-
6+
Updates the fargate workload definition to add a [Sysdig Agent](https://docs.sysdig.com/en/docs/installation/serverless-agents/aws-fargate-serverless-agents/)
77
---
88

99
# Data Source: fargate_workload_agent
1010

11-
Updates the fargate workload definition to add a Sysdig Agent
11+
Updates the fargate workload definition to add a [Sysdig Agent](https://registry.terraform.io/modules/sysdiglabs/fargate-orchestrator-agent/aws/latest)
1212

1313
`~> **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.`
1414

15+
You can connect the Sysdig agent directly to a collector (using `collector_host` and `collector` port) or through an orchestrator (using `orchestrator_host` and `orchestrator_port`). For details about how to deploy an orchestrator check the [Sysdig Orchestrator module](https://registry.terraform.io/modules/sysdiglabs/fargate-orchestrator-agent/aws/latest).
16+
1517
## Example Usage
1618

1719
```terraform
1820
data "sysdig_fargate_workload_agent" "task_definition" {
1921
container_definitions = "[]"
2022
2123
image_auth_secret = ""
22-
workload_agent_image = "quay.io/sysdig/agent:latest"
24+
workload_agent_image = "quay.io/sysdig/workload-agent:latest"
2325
2426
sysdig_access_key = "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
2527
collector_host = "collector-static.sysdigcloud.com"

0 commit comments

Comments
 (0)