Skip to content

Commit cfdab20

Browse files
author
update generated docs action
committed
Update docs
1 parent 0a72aa4 commit cfdab20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ Optional:
162162
Required:
163163

164164
- `repository` (String) git repository url for the template source code
165+
- `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm, opentofu, ansible)
165166

166167
Optional:
167168

@@ -192,7 +193,6 @@ Optional:
192193
- `terragrunt_version` (String) the Terragrunt version to use (example: 0.36.5)
193194
- `token_id` (String) the git token id to be used
194195
- `token_name` (String) token name for Gitlab
195-
- `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm, opentofu, ansible)
196196

197197
Read-Only:
198198

docs/resources/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ resource "env0_template_project_assignment" "assignment" {
6060

6161
- `name` (String) name to give the template
6262
- `repository` (String) git repository url for the template source code
63+
- `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm, opentofu, ansible)
6364

6465
### Optional
6566

@@ -90,7 +91,6 @@ resource "env0_template_project_assignment" "assignment" {
9091
- `terragrunt_version` (String) the Terragrunt version to use (example: 0.36.5)
9192
- `token_id` (String) the git token id to be used
9293
- `token_name` (String) token name for Gitlab
93-
- `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm, opentofu, ansible)
9494

9595
### Read-Only
9696

0 commit comments

Comments
 (0)