0
0
llucycodes42
This code creates a gitlab_project_hook that will check for a new version of the example project on the https://${example}.com website.
Shortcut: tf_gitlab_project_hook
resource "gitlab_project_hook" "${example}" {
project = "${example}/hooked"
url = "https://${example}.com/hooke/example"
}