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.
1 parent 377444b commit 0865273Copy full SHA for 0865273
modules/webhook-github-app/main.tf
@@ -6,7 +6,7 @@ resource "null_resource" "update_app" {
6
7
provisioner "local-exec" {
8
interpreter = ["bash", "-c"]
9
- command = "${path.module}/bin/update_app.sh -we ${var.webhook_endpoint} -ws ${var.github_app.webhook_secret} -a ${var.github_app.id} -k ${var.github_app.key_base64}"
+ command = "${path.module}/bin/update-app.sh -we ${var.webhook_endpoint} -ws ${var.github_app.webhook_secret} -a ${var.github_app.id} -k ${var.github_app.key_base64}"
10
on_failure = continue
11
}
12
0 commit comments