Skip to content

Commit 5852a71

Browse files
committed
Doc
1 parent c803188 commit 5852a71

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

  • terraform/modules/autoscaling-schedule

terraform/modules/autoscaling-schedule/main.tf

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
# Create an ASG for an app which responds to client requests
2-
# via the load balancer.
1+
# Create autoscaling schedule.
32

43
# Example config:
54
# terraform {
6-
# source = "${get_terragrunt_dir()}/../../../modules//autoscaling-schedule"
5+
# source = "${get_terragrunt_dir("root.hcl")}/modules//autoscaling-schedule"
6+
# }
7+
# include "root" {
8+
# path = find_in_parent_folders("root.hcl")
79
# }
810
# dependency "asg" {
911
# config_path = "../asg-app"
1012
# }
11-
# include {
12-
# path = find_in_parent_folders()
13-
# }
1413
#
1514
# inputs = {
1615
# comp = "app"

0 commit comments

Comments
 (0)