From ba5d159fd03792edb258d3978ff53bd2bb2ea014 Mon Sep 17 00:00:00 2001 From: francesco-racciatti Date: Wed, 11 Jun 2025 16:48:28 +0200 Subject: [PATCH] chore(fargate): add deprecation message for orchestrator-related parameters Signed-off-by: francesco-racciatti --- sysdig/data_source_sysdig_fargate_workload_agent.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysdig/data_source_sysdig_fargate_workload_agent.go b/sysdig/data_source_sysdig_fargate_workload_agent.go index 4c8392581..a14074841 100644 --- a/sysdig/data_source_sysdig_fargate_workload_agent.go +++ b/sysdig/data_source_sysdig_fargate_workload_agent.go @@ -69,11 +69,13 @@ func dataSourceSysdigFargateWorkloadAgent() *schema.Resource { Type: schema.TypeString, Description: "the orchestrator host to connect to", Optional: true, + Deprecated: "The orchestrator agent is deprecated and no longer supported as of workload-agent version 6.0.0. Please use the collector_host parameter instead.", }, "orchestrator_port": { Type: schema.TypeString, Description: "the orchestrator port to connect to", Optional: true, + Deprecated: "The orchestrator agent is deprecated and no longer supported as of workload-agent version 6.0.0. Please use the collector_port parameter instead.", }, "collector_host": { Type: schema.TypeString,