terragrunt icon indicating copy to clipboard operation
terragrunt copied to clipboard

Terragrunt 0.38 stop to work on MacOS

Open headincl0ud opened this issue 2 years ago • 1 comments

Hi,

After upgrade to the latest version, Terragrunt stopped to work on MacOS system.

MacOS:

Software:

    System Software Overview:

      System Version: macOS 12.2.1
      Kernel Version: Darwin 21.3.0
      Boot Volume: Macintosh HD
      Boot Mode: Normal

Command:

terragrunt run-all plan \
--terragrunt-parallelism 20 \
-out=output.tfplan \
-lock=false \
--terragrunt-log-level 'debug'

The execution is frozen without any timeout. Last debug log:

DEBU[0000] Downloading Terraform configurations from file:///Users/XXX into /Users/.../Desktop/XXX/.terragrunt-cache/XadJ1VVixKGR417QLsj7aA9L_b4/8XKxA4zAV2Un76BgXSSZ3n23TSQ  prefix=[/Users/.../Desk
top/XXX]

TF:

Terraform v1.2.3
on darwin_amd64

Terragrunt:

terragrunt version v0.38.0                                                                                                                                         14h28m ✖ ◒

Returning to the previous version (0.37.4) fixed the issue.

Let me know what types of details you need.

headincl0ud avatar Jun 19 '22 14:06 headincl0ud

Hi, will be helpful to provide more logs when this issue happens, I tried on my environments with darwin_amd64 and arm64 using test project and it worked fine

denis256 avatar Jun 20 '22 17:06 denis256