From 10081f2b1a5291f1411aed6950bcc3195eec9c7e Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Sun, 12 Nov 2023 23:45:13 +0000 Subject: [PATCH] Update docs --- docs/data-sources/environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-sources/environment.md b/docs/data-sources/environment.md index 9db4f6c5..a228a8ec 100644 --- a/docs/data-sources/environment.md +++ b/docs/data-sources/environment.md @@ -38,6 +38,7 @@ output "environment_name" { - `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 +- `project_id` (String) project id of the environment ### Read-Only @@ -48,7 +49,6 @@ output "environment_name" { - `deployment_id` (String) the id of the latest deployment - `github_installation_id` (Number) Github installation id - `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' -- `project_id` (String) project id of the environment - `revision` (String) the last deployed revision - `run_plan_on_pull_requests` (Boolean) does pr plan enable - `status` (String) the status of the environment