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 86e7912 commit 1a6324dCopy full SHA for 1a6324d
main.tf
@@ -59,6 +59,7 @@ module "webhook" {
59
lambda_zip = var.webhook_lambda_zip
60
lambda_timeout = var.webhook_lambda_timeout
61
logging_retention_in_days = var.logging_retention_in_days
62
+ runner_extra_labels = var.runner_extra_labels
63
64
role_path = var.role_path
65
role_permissions_boundary = var.role_permissions_boundary
0 commit comments