Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terragrunt plan/apply dependency warnings #3080

Open
ben-dov opened this issue Apr 21, 2024 · 1 comment
Open

terragrunt plan/apply dependency warnings #3080

ben-dov opened this issue Apr 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ben-dov
Copy link

ben-dov commented Apr 21, 2024

Describe the bug
I believe this bug is somewhat related to #3028.
In some dependency cases, partial config fails to load.

To Reproduce
create HCL A
create HCL B where A is a dependency
create HCL C that is includes B
create HCL D where C is a dependency
set path as follows: (use relative paths in dependency and include)

first/
  B
second/
  A
  C
  D

Expected behavior
Runing terragrunt plan in C or D works.

What actually happens
C works correctly, but D shows the following warnings (but does not fail the command)

WARN[0026] Error reading file <absolute path to A>: open <absolute path to A>: no such file or directory 
WARN[0026] Error reading partial config for dependency C: open <absolute path to A>: no such file or directory 

Versions

  • Terragrunt version: 1.7.5
  • Terraform version: 0.57.5
@ben-dov ben-dov added the bug Something isn't working label Apr 21, 2024
@flightlesstux
Copy link

I aggree! Same issue at my side at the same process.

Versions

  • Terragrunt version: 0.57.13
  • Terrafrom version: 1.8.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants