From 00dbb24dab3f0b65b23880bc530be2c1291e3bf3 Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Wed, 28 Dec 2022 15:48:38 +0000 Subject: [PATCH] Update docs --- docs/data-sources/environment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/data-sources/environment.md b/docs/data-sources/environment.md index 1050665d..1365db84 100644 --- a/docs/data-sources/environment.md +++ b/docs/data-sources/environment.md @@ -35,6 +35,7 @@ output "environment_name" { ### Optional +- `exclude_archived` (Boolean) set to 'true' to exclude archived environments when getting an environment by name - `id` (String) the environment's id - `name` (String) name of the environment - `output` (String) the deployment log output. Returns a json string. It can be either a map of key-value, or an array of (in case of Terragrunt run-all) of moduleName and a map of key-value. Note: if the deployment is still in progress returns 'null'