Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sysdig/data_source_sysdig_fargate_workload_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading