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 Aug 7, 2024
1 parent d93d1f0 commit 6cfa4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ Optional:
- `is_azure_devops` (Boolean) true if this template integrates with azure dev ops
- `is_bitbucket_server` (Boolean) true if this template uses bitbucket server repository
- `is_github_enterprise` (Boolean) true if this template uses github enterprise repository
- `is_gitlab` (Boolean) set to 'true' if the repository is Gitlab
- `is_gitlab_enterprise` (Boolean) true if this template uses gitlab enterprise repository
- `is_helm_repository` (Boolean) true if this template integrates with a helm repository
- `is_terragrunt_run_all` (Boolean) true if this template should execute run-all commands on multiple modules (check https://terragrunt.gruntwork.io/docs/features/execute-terraform-commands-on-multiple-modules-at-once/#the-run-all-command for additional details). Can only be true with "terragrunt" template type and terragrunt version 0.28.1 and above
Expand Down
1 change: 1 addition & 0 deletions docs/resources/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ resource "env0_template_project_assignment" "assignment" {
- `is_azure_devops` (Boolean) true if this template integrates with azure dev ops
- `is_bitbucket_server` (Boolean) true if this template uses bitbucket server repository
- `is_github_enterprise` (Boolean) true if this template uses github enterprise repository
- `is_gitlab` (Boolean) set to 'true' if the repository is Gitlab
- `is_gitlab_enterprise` (Boolean) true if this template uses gitlab enterprise repository
- `is_helm_repository` (Boolean) true if this template integrates with a helm repository
- `is_terragrunt_run_all` (Boolean) true if this template should execute run-all commands on multiple modules (check https://terragrunt.gruntwork.io/docs/features/execute-terraform-commands-on-multiple-modules-at-once/#the-run-all-command for additional details). Can only be true with "terragrunt" template type and terragrunt version 0.28.1 and above
Expand Down

0 comments on commit 6cfa4b5

Please sign in to comment.