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 1b053a7 commit 46f200dCopy full SHA for 46f200d
shared/us-east-1/tools-cloud-scheduler-stop-start/outputs.tf
@@ -1,9 +1,9 @@
1
output "start_http_endpoint" {
2
description = "The http endpoint to trigger start"
3
- value = module.schedule_ec2_start_daily_morning.http_trigger
+ value = module.schedule_ec2_start_daily_morning.http_trigger
4
}
5
6
output "stop_http_endpoint" {
7
description = "The http endpoint to trigger stop"
8
- value = module.schedule_ec2_stop_daily_midnight.http_trigger
+ value = module.schedule_ec2_stop_daily_midnight.http_trigger
9
0 commit comments