We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cc17e2 + 051cdcb commit 4a61f22Copy full SHA for 4a61f22
terraform/modules/spack_gitlab/webhooks.tf
@@ -1,5 +1,5 @@
1
resource "gitlab_project_hook" "job_webhook" {
2
- project = data.gitlab_project.spack.id
+ project = data.gitlab_project.spack_packages.id
3
url = "http://webhook-handler.custom.svc.cluster.local"
4
job_events = true
5
push_events = false
0 commit comments