Skip to content

Commit b3869e9

Browse files
author
update generated docs action
committed
Update docs
1 parent 832c7fa commit b3869e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/resources/environment_discovery_configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ resource "env0_environment_discovery_configuration" "terragrunt_example" {
5959
- `github_installation_id` (Number) github repository id
6060
- `gitlab_project_id` (Number, Deprecated) gitlab project id (deprecated)
6161
- `is_azure_devops` (Boolean) set to true if azure devops is used
62+
- `is_bitbucket_server` (Boolean) set to true if Bitbucket Server is used
63+
- `is_github_enterprise` (Boolean) set to true if GitHub Enterprise is used
64+
- `is_gitlab_enterprise` (Boolean) set to true if GitLab Enterprise is used
6265
- `is_terragrunt_run_all` (Boolean) If set to 'true', execute terragrunt commands with 'run all' (default: false)
6366
- `opentofu_version` (String) the Opentofu version to use (example: 1.6.1). Setting to `latest`, the version used will be the most recent one available for OpenTofu.
6467
- `retries_on_deploy` (Number) number of times to retry when deploy fails (between 1 and 3)

0 commit comments

Comments
 (0)