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 5dc4672 commit 5777e84Copy full SHA for 5777e84
examples/default/outputs.tf
@@ -1,12 +1,12 @@
1
output "runners" {
2
value = {
3
- runners = module.runners.runners
+ lambda_syncer_name = module.runners.binaries_syncer.lambda.function_namea
4
}
5
6
7
output "webhook" {
8
9
- secret = random_password.random.result
10
- gateway = module.runners.webhook.gateway
+ secret = random_password.random.result
+ endpoint = module.runners.webhook.endpoint
11
12
0 commit comments