From 509de3c735640f7217bc3c361b9780e17ee43be3 Mon Sep 17 00:00:00 2001 From: Mike Delago Date: Fri, 1 Nov 2024 12:29:51 -0400 Subject: [PATCH] fix test --- cmd/golden/envhcl_allchilds.yaml | 8 +++++++- cmd/golden/envhcl_externalchilds.yaml | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/cmd/golden/envhcl_allchilds.yaml b/cmd/golden/envhcl_allchilds.yaml index 60d17b1b..30297094 100644 --- a/cmd/golden/envhcl_allchilds.yaml +++ b/cmd/golden/envhcl_allchilds.yaml @@ -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: diff --git a/cmd/golden/envhcl_externalchilds.yaml b/cmd/golden/envhcl_externalchilds.yaml index f84a2b68..07855c1a 100644 --- a/cmd/golden/envhcl_externalchilds.yaml +++ b/cmd/golden/envhcl_externalchilds.yaml @@ -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: