Skip to content

Commit 46f200d

Browse files
committed
FIX/ fixed terraform format
1 parent 1b053a7 commit 46f200d

File tree

1 file changed

+2
-2
lines changed
  • shared/us-east-1/tools-cloud-scheduler-stop-start

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
output "start_http_endpoint" {
22
description = "The http endpoint to trigger start"
3-
value = module.schedule_ec2_start_daily_morning.http_trigger
3+
value = module.schedule_ec2_start_daily_morning.http_trigger
44
}
55

66
output "stop_http_endpoint" {
77
description = "The http endpoint to trigger stop"
8-
value = module.schedule_ec2_stop_daily_midnight.http_trigger
8+
value = module.schedule_ec2_stop_daily_midnight.http_trigger
99
}

0 commit comments

Comments
 (0)