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 May 7, 2024
1 parent 28d2399 commit d3efb20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/data-sources/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ data "env0_module" "some_name" {
- `bitbucket_client_key` (String) the client key used for integration with Bitbucket
- `github_installation_id` (Number) the env0 application installation id on the relevant github repository
- `id` (String) id of the module
- `is_azure_devops` (Boolean) true if this module integrates with azure dev ops
- `module_name` (String) the name of the module
- `token_id` (String) the token id used for integration with GitLab
- `token_name` (String) the token name used for integration with GitLab
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ data "env0_template" "example" {
- `bitbucket_client_key` (String) the bitbucket client key used for integration
- `github_installation_id` (Number) The env0 application installation id on the relevant github repository
- `id` (String) id of the template
- `is_azure_devops` (Boolean) true if this template integrates with azure dev ops
- `is_bitbucket_server` (Boolean) true if this template uses bitbucket server repository
- `is_github_enterprise` (Boolean) true if this template uses github enterprise repository
- `is_gitlab_enterprise` (Boolean) Does this template use gitlab enterprise repository?
Expand Down
1 change: 1 addition & 0 deletions docs/resources/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ resource "env0_module" "example" {
- `bitbucket_client_key` (String) the client key used for integration with Bitbucket
- `description` (String) description of the module
- `github_installation_id` (Number) the env0 application installation id on the relevant Github repository
- `is_azure_devops` (Boolean) true if this module integrates with azure dev ops
- `module_provider` (String) the provider name in the module source (Match pattern: ^[0-9a-z]{0,64}$)
- `module_test_enabled` (Boolean) set to 'true' to enable module test (defaults to 'false')
- `opentofu_version` (String) the opentofu version to use, Can only be set if 'module_test_enabled' is enabled
Expand Down

0 comments on commit d3efb20

Please sign in to comment.