We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
need to be designed similar to GitHub
variable "gitlab_token" { description = "The GitLab Token" type = string sensitive = true } resource "mondoo_integration_gitlab" "gitlab_integration" { name = "GitLab Integration" base_url = "" # optional, otherwise gitlab.com group = "" # optional, otherwise all groups are discovered # configure discovery options discovery { groups = true projects = true terraform = true k8s_manifests = true } credentials = { token = var.gitlab_token } }
The text was updated successfully, but these errors were encountered:
@atomic111 The PR is ready: #167
Sorry, something went wrong.
No branches or pull requests
need to be designed similar to GitHub
The text was updated successfully, but these errors were encountered: