Skip to content

Commit 9a309ba

Browse files
committed
feat: support nested dirs
1 parent 6300d35 commit 9a309ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ locals {
5454
# "../root-module-a/stack.yaml",
5555
# "../root-module-b/stack.yaml",
5656
# ]
57-
# This includes nested directories
58-
# Example:
57+
# This includes nested directories, example:
5958
# [
6059
# "ecs-infrastructure/service-1/stacks/example.yaml",
6160
# "ecs-infrastructure/service-1/stacks/common.yaml",

0 commit comments

Comments
 (0)