From c4da1d5985af7b59238022d5ac920a2481e8b93b Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Sun, 15 Oct 2023 06:05:41 +0000 Subject: [PATCH] Update docs --- docs/data-sources/template.md | 2 +- docs/resources/environment.md | 3 ++- docs/resources/template.md | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/data-sources/template.md b/docs/data-sources/template.md index 472b4f07..4d72a8e9 100644 --- a/docs/data-sources/template.md +++ b/docs/data-sources/template.md @@ -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) ### Nested Schema for `ssh_keys` diff --git a/docs/resources/environment.md b/docs/resources/environment.md index aa516780..5d043bbb 100644 --- a/docs/resources/environment.md +++ b/docs/resources/environment.md @@ -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 @@ -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: diff --git a/docs/resources/template.md b/docs/resources/template.md index 8004a1f3..6e397f89 100644 --- a/docs/resources/template.md +++ b/docs/resources/template.md @@ -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 @@ -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