From 09a7162880dbbff4bc262c600ddb79ff9f12db3f Mon Sep 17 00:00:00 2001 From: Pulak Kanti Bhowmick Date: Sun, 24 Nov 2024 23:19:22 +0600 Subject: [PATCH] Update website/docs/cli/commands/terraform/terraform-shell.mdx Co-authored-by: Erik Osterman (CEO @ Cloud Posse) --- website/docs/cli/commands/terraform/terraform-shell.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/terraform/terraform-shell.mdx b/website/docs/cli/commands/terraform/terraform-shell.mdx index 7cd6d8d7e..8e95caefe 100644 --- a/website/docs/cli/commands/terraform/terraform-shell.mdx +++ b/website/docs/cli/commands/terraform/terraform-shell.mdx @@ -41,7 +41,7 @@ The command does the following: - Sets the `ATMOS_SHLVL` environment variable to track shell nesting levels. - If `ATMOS_SHLVL` is not set, it initializes to 1. - - If ATMOS_SHLVL is already set, it increments the value by 1 for each new shell. + - If `ATMOS_SHLVL` is already set, it increments the value by 1 for each new shell. :::tip Run `atmos terraform shell --help` to see all the available options