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 Dec 19, 2024
1 parent 0a72aa4 commit cfdab20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit cfdab20

Please sign in to comment.