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 Sep 24, 2024
1 parent a6acb67 commit 4fb7d27
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/data-sources/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,14 @@ output "environment_name" {
- `revision` (String) the last deployed revision
- `run_plan_on_pull_requests` (Boolean) does pr plan enable
- `status` (String) the status of the environment
- `sub_environment_configuration` (List of Object) the sub environments of the workflow environment. (Empty for non workflow environments) (see [below for nested schema](#nestedatt--sub_environment_configuration))
- `template_id` (String) the template id the environment is to be created from
- `token_id` (String) The token id used for repo integrations (Used by Gitlab or Azure DevOps)

<a id="nestedatt--sub_environment_configuration"></a>
### Nested Schema for `sub_environment_configuration`

Read-Only:

- `alias` (String)
- `id` (String)

0 comments on commit 4fb7d27

Please sign in to comment.