Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
update generated docs action committed Nov 12, 2023
1 parent ab87d91 commit 10081f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-sources/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 10081f2

Please sign in to comment.