Skip to content

Commit 5777e84

Browse files
committed
trigger
1 parent 5dc4672 commit 5777e84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/default/outputs.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
output "runners" {
22
value = {
3-
runners = module.runners.runners
3+
lambda_syncer_name = module.runners.binaries_syncer.lambda.function_namea
44
}
55
}
66

77
output "webhook" {
88
value = {
9-
secret = random_password.random.result
10-
gateway = module.runners.webhook.gateway
9+
secret = random_password.random.result
10+
endpoint = module.runners.webhook.endpoint
1111
}
1212
}

0 commit comments

Comments
 (0)