diff --git a/docs/resources/environment.md b/docs/resources/environment.md index b76acd04..0779d069 100644 --- a/docs/resources/environment.md +++ b/docs/resources/environment.md @@ -188,6 +188,7 @@ Optional: - `terragrunt_tf_binary` (String) the binary to use if the template type is 'terragrunt'. Valid values 'opentofu' and 'terraform'. For new templates defaults to 'opentofu' - `terragrunt_version` (String) the Terragrunt version to use (example: 0.36.5) - `token_id` (String) the git token id to be used +- `token_name` (String) token name for Gitlab - `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 273365c2..bb3030f8 100644 --- a/docs/resources/template.md +++ b/docs/resources/template.md @@ -87,6 +87,7 @@ resource "env0_template_project_assignment" "assignment" { - `terragrunt_tf_binary` (String) the binary to use if the template type is 'terragrunt'. Valid values 'opentofu' and 'terraform'. For new templates defaults to 'opentofu' - `terragrunt_version` (String) the Terragrunt version to use (example: 0.36.5) - `token_id` (String) the git token id to be used +- `token_name` (String) token name for Gitlab - `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm, opentofu) ### Read-Only