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 Feb 14, 2023
1 parent 026c3e5 commit 7910a0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/data-sources/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,21 @@ 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
- `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'

### Read-Only

- `approve_plan_automatically` (Boolean) the default require approval of the environment
- `auto_deploy_on_path_changes_only` (Boolean) does continuous deployment on file changes in path enable
- `bitbucket_client_key` (String) Bitbucket client key
- `deploy_on_push` (Boolean) does continuous deployment is enabled
- `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
- `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)


1 change: 0 additions & 1 deletion docs/data-sources/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ data "env0_template" "example" {

- `bitbucket_client_key` (String) the bitbucket client key used for integration
- `github_installation_id` (Number) The env0 application installation id on the relevant github repository
- `gitlab_project_id` (Number) The project id of the relevant repository
- `id` (String) id of the template
- `is_bitbucket_server` (Boolean) true if this template uses bitbucket server repository
- `is_github_enterprise` (Boolean) true if this template uses github enterprise repository
Expand Down

0 comments on commit 7910a0a

Please sign in to comment.