Skip to content

Commit 77a1ac2

Browse files
authored
Use a more specific name (#164)
The `sysdig_fargate_workload_agent` is supposed to have containers, not task definitions.
1 parent 941ed5b commit 77a1ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/d/fargate_workload_agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can connect the Sysdig agent directly to a collector (using `collector_host`
1717
## Example Usage
1818

1919
```terraform
20-
data "sysdig_fargate_workload_agent" "task_definition" {
20+
data "sysdig_fargate_workload_agent" "instrumented_containers" {
2121
container_definitions = "[]"
2222
2323
image_auth_secret = ""

0 commit comments

Comments
 (0)