diff --git a/docs/data-sources/environment.md b/docs/data-sources/environment.md index 1365db84..0bc1d06c 100644 --- a/docs/data-sources/environment.md +++ b/docs/data-sources/environment.md @@ -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) diff --git a/docs/data-sources/template.md b/docs/data-sources/template.md index 7a2e258b..d2f8b7dc 100644 --- a/docs/data-sources/template.md +++ b/docs/data-sources/template.md @@ -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