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 Aug 11, 2024
1 parent 6ceee88 commit 292562f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ data "env0_template" "example" {
- `terragrunt_version` (String) terragrunt version to use
- `token_id` (String) The token id used for private git repos or for integration with GitLab
- `token_name` (String) the token name used for integration with GitLab
- `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm, opentofu)
- `type` (String) the template type

<a id="nestedatt--ssh_keys"></a>
### Nested Schema for `ssh_keys`
Expand Down
3 changes: 2 additions & 1 deletion docs/resources/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ Required:

Optional:

- `ansible_version` (String) the ansible version to use (required when the template type is 'ansible'). Supported versions are 3.0.0 and above
- `bitbucket_client_key` (String) the bitbucket client key used for integration
- `description` (String) description for the template
- `file_name` (String) the cloudformation file name. Required if the template type is cloudformation
Expand All @@ -190,7 +191,7 @@ 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)
- `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm, opentofu, ansible)

Read-Only:

Expand Down
3 changes: 2 additions & 1 deletion docs/resources/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ resource "env0_template_project_assignment" "assignment" {

### Optional

- `ansible_version` (String) the ansible version to use (required when the template type is 'ansible'). Supported versions are 3.0.0 and above
- `bitbucket_client_key` (String) the bitbucket client key used for integration
- `description` (String) description for the template
- `file_name` (String) the cloudformation file name. Required if the template type is cloudformation
Expand All @@ -89,7 +90,7 @@ 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)
- `type` (String) template type (allowed values: terraform, terragrunt, pulumi, k8s, workflow, cloudformation, helm, opentofu, ansible)

### Read-Only

Expand Down

0 comments on commit 292562f

Please sign in to comment.