diff --git a/docs/resources/environment.md b/docs/resources/environment.md index 291dd646..3e0b716f 100644 --- a/docs/resources/environment.md +++ b/docs/resources/environment.md @@ -162,6 +162,7 @@ Optional: Required: - `repository` (String) git repository url for the template source code +- `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm, opentofu, ansible) Optional: @@ -192,7 +193,6 @@ Optional: - `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, ansible) Read-Only: diff --git a/docs/resources/template.md b/docs/resources/template.md index 9b6b74b3..c90a3462 100644 --- a/docs/resources/template.md +++ b/docs/resources/template.md @@ -60,6 +60,7 @@ resource "env0_template_project_assignment" "assignment" { - `name` (String) name to give the template - `repository` (String) git repository url for the template source code +- `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm, opentofu, ansible) ### Optional @@ -90,7 +91,6 @@ resource "env0_template_project_assignment" "assignment" { - `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, ansible) ### Read-Only