You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running 'terragrunt run-all init' elicits the following error: The currently installed version of Terraform (0.14.0) is not compatible with the version Terragrunt requires (>= 0.13, < 0.14).
System versions:
terragrunt v0.36.3
tgswitch 0.5.389
terraform v0.14.0
tfswitch 0.13.1218
It's my expectation that when the "terraform_version_constraint" config is used then tfswitch will install the required version depending on the logical module being deployed?
Have I misunderstood the documentation/code, please help!
The text was updated successfully, but these errors were encountered:
terraform-switcher/main.go
Line 437 in 092ccf5
Working on implementing the "terraform_version_constraint" config for a stack that will uses multiple versions of terraform.
The current deployment consists of 3 modules
module1 = terraform 0.14
module2 = terraform 0.14
module3 = terraform 0.13.6
Running 'terragrunt run-all init' elicits the following error:
The currently installed version of Terraform (0.14.0) is not compatible with the version Terragrunt requires (>= 0.13, < 0.14).
System versions:
terragrunt v0.36.3
tgswitch 0.5.389
terraform v0.14.0
tfswitch 0.13.1218
It's my expectation that when the "terraform_version_constraint" config is used then tfswitch will install the required version depending on the logical module being deployed?
Have I misunderstood the documentation/code, please help!
The text was updated successfully, but these errors were encountered: