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 Oct 15, 2023
1 parent ea8518f commit c4da1d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ data "env0_template" "example" {
- `retry_on_destroy_only_when_matches_regex` (String) if specified, will only retry (on destroy) if error matches specified regex
- `revision` (String) source code revision (branch / tag) to use
- `terraform_version` (String) terraform version to use
- `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm)
- `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm, opentofu)

<a id="nestedblock--ssh_keys"></a>
### Nested Schema for `ssh_keys`
Expand Down
3 changes: 2 additions & 1 deletion docs/resources/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ Optional:
- `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
- `opentofu_version` (String) the Opentofu version to use (example: 0.36.5)
- `path` (String) terraform / terragrunt file folder inside source code
- `retries_on_deploy` (Number) number of times to retry when deploying an environment based on this template
- `retries_on_destroy` (Number) number of times to retry when destroying an environment based on this template
Expand All @@ -178,7 +179,7 @@ Optional:
- `terraform_version` (String) the Terraform version to use (example: 0.15.1). Setting to `RESOLVE_FROM_TERRAFORM_CODE` defaults to the version of `terraform.required_version` during run-time (resolve from terraform code). Setting to `latest`, the version used will be the most recent one available for Terraform.
- `terragrunt_version` (String) the Terragrunt version to use (example: 0.36.5)
- `token_id` (String) the git token id to be used
- `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm)
- `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm, opentofu)

Read-Only:

Expand Down
3 changes: 2 additions & 1 deletion docs/resources/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ resource "env0_template_project_assignment" "assignment" {
- `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
- `opentofu_version` (String) the Opentofu version to use (example: 0.36.5)
- `path` (String) terraform / terragrunt file folder inside source code
- `retries_on_deploy` (Number) number of times to retry when deploying an environment based on this template
- `retries_on_destroy` (Number) number of times to retry when destroying an environment based on this template
Expand All @@ -85,7 +86,7 @@ resource "env0_template_project_assignment" "assignment" {
- `terraform_version` (String) the Terraform version to use (example: 0.15.1). Setting to `RESOLVE_FROM_TERRAFORM_CODE` defaults to the version of `terraform.required_version` during run-time (resolve from terraform code). Setting to `latest`, the version used will be the most recent one available for Terraform.
- `terragrunt_version` (String) the Terragrunt version to use (example: 0.36.5)
- `token_id` (String) the git token id to be used
- `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm)
- `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm, opentofu)

### Read-Only

Expand Down

0 comments on commit c4da1d5

Please sign in to comment.