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 Jun 26, 2022
1 parent a3036c8 commit 7a12f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) 'terraform' or 'terragrunt'
- **type** (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow)

<a id="nestedblock--ssh_keys"></a>
### Nested Schema for `ssh_keys`
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,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).
- **terragrunt_version** (String) the Terragrunt version to use (example: 0.36.5)
- **token_id** (String) the token id used for private git repos or for integration with GitLab, you can get this value by using a data resource of an existing Gitlab template or contact our support team
- **type** (String) 'terraform' or 'terragrunt'
- **type** (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow)

## Import

Expand Down

0 comments on commit 7a12f1c

Please sign in to comment.