-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- I am running the latest version
- I checked the documentation and found no answer
- 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
- Go to the terraform directory
cd terraform/
- 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).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working