Skip to content

Commit

Permalink
fix: Fixing configurable root include (#3683)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar authored Dec 19, 2024
1 parent c5085d0 commit 825ba30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands/scaffold/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ terraform {
}
{{ if .EnableRootInclude }}
include "root" {
path = find_in_parent_folders()
path = find_in_parent_folders("{{ .RootFileName }}")
}
{{ end }}
inputs = {
Expand Down

0 comments on commit 825ba30

Please sign in to comment.