Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldelago committed Nov 1, 2024
1 parent 859f63d commit 509de3c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion cmd/golden/envhcl_allchilds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,13 @@ projects:
- ../terragrunt.hcl
- ../someRandomDir/terragrunt.hcl
dir: hcl_json/json_expanded
workflow: terragruntjson
workflow: terragruntjson
- autoplan:
enabled: false
when_modified:
- '*.hcl'
- '*.tf*'
dir: ignore_dependency/child
- autoplan:
enabled: false
when_modified:
Expand Down
8 changes: 7 additions & 1 deletion cmd/golden/envhcl_externalchilds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,13 @@ projects:
- ../terragrunt.hcl
- ../someRandomDir/terragrunt.hcl
dir: hcl_json/json_expanded
workflow: terragruntjson
workflow: terragruntjson
- autoplan:
enabled: false
when_modified:
- '*.hcl'
- '*.tf*'
dir: ignore_dependency/child
- autoplan:
enabled: false
when_modified:
Expand Down

0 comments on commit 509de3c

Please sign in to comment.