We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c19af2 commit 2ffe5a2Copy full SHA for 2ffe5a2
leverage/leverage.py
@@ -39,7 +39,7 @@ def leverage(context, state, verbose):
39
if not (current_values := config.get("TERRAFORM_IMAGE_TAG")):
40
# at some points of the project (the init), the config file is not created yet
41
return
42
- # validate both CLI and TF versions
+ # validate both TOOLBOX and TF versions
43
for key, current in zip(MINIMUM_VERSIONS, current_values.split("-")):
44
if Version(current) < Version(MINIMUM_VERSIONS[key]):
45
rich.print(
0 commit comments