Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workers data source #818

Merged
merged 9 commits into from
Nov 19, 2024
Merged

Add workers data source #818

merged 9 commits into from
Nov 19, 2024

Conversation

denys-octopus
Copy link
Contributor

Add single data source for all types of workers
At this moment supports listening tentacle endpoint and SSH connection endpoints. For others endpoints data will be empty

data "octopusdeploy_workers" "example" {
  communication_styles = ["TentaclePassive"]
  health_statuses = ["Unavailable"]
  ids = ["Workers-123"]
  name = "Exact name"
  partial_name = "Test"
  skip = 5
  take = 100
  is_disabled = true
}

Copy link
Contributor

@domenicsim1 domenicsim1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@denys-octopus denys-octopus merged commit ee600ff into main Nov 19, 2024
22 checks passed
@denys-octopus denys-octopus deleted the dk/worker-datasource branch November 19, 2024 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants