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

Implement Zendesk integration setup #161

Open
atomic111 opened this issue Nov 28, 2024 · 1 comment · May be fixed by #170
Open

Implement Zendesk integration setup #161

atomic111 opened this issue Nov 28, 2024 · 1 comment · May be fixed by #170
Labels
enhancement New feature or request

Comments

@atomic111
Copy link
Member

# Setup the zendesk integration
resource "mondoo_integration_zendesk" "zendesk_integration" {
  name        = "My Zendesk Integration"
  subdomain   = "your-subdomain"
  email       = "[email protected]"
  api_token   = var.zendesk_token
  
  auto_create = true
  auto_close  = true
}
@atomic111 atomic111 added the enhancement New feature or request label Nov 28, 2024
@atomic111 atomic111 changed the title Implement Zendesk Implement Zendesk integration setup Nov 28, 2024
@mati007thm mati007thm linked a pull request Dec 4, 2024 that will close this issue
@mati007thm
Copy link
Contributor

#170 is ready for a review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants