aws-eks-base icon indicating copy to clipboard operation
aws-eks-base copied to clipboard

bug: terragrunt version

Open khalezin opened this issue 3 years ago • 0 comments

Prerequisites

Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • [X] I am running the latest version
  • [X] I checked the documentation and found no answer
  • [X] I checked to make sure that this issue has not already been filed

Failure Information (for bugs)

Command terrarunt run-all init failed with error

ERRO[0000] 2 errors occurred:
	* The currently installed version of Terragrunt (0.36.7) is not compatible with the version constraint requiring (0.35.8).
	* Cannot process module Module /aws-base/aws-eks-base/terraform/layer2-k8s (excluded: false, assume applied: false, dependencies: [/aws-base/aws-eks-base/terraform/layer1-aws]) because one of its dependencies, Module /aws-base/aws-eks-base/terraform/layer1-aws (excluded: false, assume applied: false, dependencies: []), finished with an error: The currently installed version of Terragrunt (0.36.7) is not compatible with the version constraint requiring (0.35.8).

Steps to Reproduce

  1. Go to the terraform directory
cd terraform/
  1. Run command
terragrunt run-all init

I got this error:

ERRO[0000] 2 errors occurred:
	* The currently installed version of Terragrunt (0.36.7) is not compatible with the version constraint requiring (0.35.8).
	* Cannot process module Module /aws-base/aws-eks-base/terraform/layer2-k8s (excluded: false, assume applied: false, dependencies: [/aws-base/aws-eks-base/terraform/layer1-aws]) because one of its dependencies, Module /aws-base/aws-eks-base/terraform/layer1-aws (excluded: false, assume applied: false, dependencies: []), finished with an error: The currently installed version of Terragrunt (0.36.7) is not compatible with the version constraint requiring (0.35.8).

khalezin avatar May 19 '22 10:05 khalezin