David J Eddy

Results 41 comments of David J Eddy
trafficstars

Sadly seeing this error as well. ```david:$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.1 LTS" david:$ terrascan version version: v1.17.1 david:$ terrascan scan --iac-type terraform --non-recursive 2023-01-03T15:44:21.480+0100 warn commons/load-dir.go:312 failed...

Issue continues on MacOS using terraform 1.6 and terrascan 1.18.

Seeing the same behavior with 1.17.1 on Ubuntu 22.04.1 LTS.

Getting the same error here. Triggering tfenv in a Jenkins pipeline in parallel steps. From a quick view it looks like two processes are trying to execute `tfenv-exec.sh` at the...

@jamesdehart djakielski, @jamesdehart details in #398 tfenv should be invoked with `require_serial: true` configuration during the first invokation. This will prevent the error from being thrown.

Ran into the same error but for different modules. Seems the Dockerfile does not include Git, so the embedded Terraform can not pull 3rd party modules. Given the last update...

@wonea I'd image that would not be terribly difficult. Any icon suggestions / ideas you like?

@wertercatt As an inter-rim work around; are you able to make profile pictures for each name of the user/s that have multiple authorships? David J Eddy -> david_j_eddy.png dje ->...

Ran into this same problem. The tool is reading the region from ~/.aws/config for the profile given (or default if non provided). ENH: CLI argument `--region` to explicitly set the...

TF 1.3.7 is similarly effected. terrascan version: v1.15.1 terragrunt version v0.38.7 Darwin 21.6.0 ```terraform { cloud { organization = "[[REDACTED]]" workspaces { name = "[[REDACTED]]" } } required_version = ">=...