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 SSH Connection worker resource #815

Merged
merged 2 commits into from
Nov 14, 2024
Merged

Add SSH Connection worker resource #815

merged 2 commits into from
Nov 14, 2024

Conversation

denys-octopus
Copy link
Contributor

@denys-octopus denys-octopus commented Nov 14, 2024

Add dedicated resource for SSH Connection worker

resource "octopusdeploy_ssh_connection_worker" "example_with_all_fields" {
  name              = "optional_ssh_worker"
  machine_policy_id = "machine-policy-1"
  worker_pools      = ["worker-pools-1", "worker-pools-2"]
  account_id        = "account-42"
  host              = "hostname"
  port              = 22
  fingerprint       = "SHA256: 12345abc"
  dotnet_platform   = "linux-x64"
  proxy_id          = "proxy-31"
  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.

Awesome 👍

@denys-octopus denys-octopus merged commit 6b16b17 into main Nov 14, 2024
22 checks passed
@denys-octopus denys-octopus deleted the dk/ssh-worker branch November 14, 2024 22:24
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