From 6bcd6a658e24973a3411de8d7cbe890db02e6558 Mon Sep 17 00:00:00 2001 From: "George L. Yermulnik" Date: Wed, 17 Jul 2024 17:06:23 +0300 Subject: [PATCH] docs: Adjust version definition order of precedence --- www/docs/usage/general.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/usage/general.md b/www/docs/usage/general.md index f61e61fd..62f0ce56 100644 --- a/www/docs/usage/general.md +++ b/www/docs/usage/general.md @@ -10,5 +10,5 @@ | 6 | `terragrunt.hcl` (`terraform_version_constraint` parameter) | | 7 | Environment variable (`TF_VERSION`) | -With 1 being the highest precedence and 7 — the lowest +With 1 being the **lowest** precedence and 7 — the **highest** *(If you disagree with this order of precedence, please open an issue)*