Skip to content

Commit a89c2d5

Browse files
chore(fargate): add deprecation message for orchestrator-related parameters (#643)
Signed-off-by: francesco-racciatti <francesco.racciatti@sysdig.com>
1 parent 127a273 commit a89c2d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sysdig/data_source_sysdig_fargate_workload_agent.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,13 @@ func dataSourceSysdigFargateWorkloadAgent() *schema.Resource {
6969
Type: schema.TypeString,
7070
Description: "the orchestrator host to connect to",
7171
Optional: true,
72+
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.",
7273
},
7374
"orchestrator_port": {
7475
Type: schema.TypeString,
7576
Description: "the orchestrator port to connect to",
7677
Optional: true,
78+
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.",
7779
},
7880
"collector_host": {
7981
Type: schema.TypeString,

0 commit comments

Comments
 (0)