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

feat: Adding support to manage self hosted agents #89

Merged
merged 1 commit into from
Nov 15, 2024
Merged

Conversation

alfespa17
Copy link
Member

@alfespa17 alfespa17 commented Nov 15, 2024

Example usage

resource "terrakube_self_hosted_agent" "myagent" {
  name            = "MY-SUPER-AGENT"
  organization_id = data.terrakube_organization.org.id
  description     = "Hello World!eeer"
  url             = "http://localhost:8090"
}

@alfespa17 alfespa17 merged commit 7a8839c into main Nov 15, 2024
14 checks passed
@alfespa17 alfespa17 deleted the agents branch November 15, 2024 22:47
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.

1 participant