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 listening tentacle worker #812

Merged
merged 11 commits into from
Nov 13, 2024
Merged

Conversation

denys-octopus
Copy link
Contributor

New resource to represent listening tentacle worker

resource "octopusdeploy_listening_tentacle_worker" "example_with_all_attributes" {
  name              = "example_worker (Ok to destroy)"
  machine_policy_id = "machine-policy-1"
  worker_pools      = ["worker-pools-1"]
  thumbprint        = "ABCDEFGH1234567890"
  uri               = "https://domain.example/"
  proxy_id          = "proxy-1"
  is_disabled       = true
}

@denys-octopus denys-octopus force-pushed the dk/listening-tentacle-worker branch from 202189b to 5686c7f Compare November 12, 2024 21:20
@denys-octopus denys-octopus merged commit 8130400 into main Nov 13, 2024
22 checks passed
@denys-octopus denys-octopus deleted the dk/listening-tentacle-worker branch November 13, 2024 23:05
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