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 c803188 commit 5852a71Copy full SHA for 5852a71
1 file changed
terraform/modules/autoscaling-schedule/main.tf
@@ -1,16 +1,15 @@
1
-# Create an ASG for an app which responds to client requests
2
-# via the load balancer.
+# Create autoscaling schedule.
3
4
# Example config:
5
# terraform {
6
-# source = "${get_terragrunt_dir()}/../../../modules//autoscaling-schedule"
+# source = "${get_terragrunt_dir("root.hcl")}/modules//autoscaling-schedule"
+# }
7
+# include "root" {
8
+# path = find_in_parent_folders("root.hcl")
9
# }
10
# dependency "asg" {
11
# config_path = "../asg-app"
12
-# include {
-# path = find_in_parent_folders()
13
-# }
14
#
15
# inputs = {
16
# comp = "app"
0 commit comments