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 Jan 30, 2025
1 parent 078dfec commit 6717327
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/resources/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ resource "env0_module" "example" {
- `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
- `is_bitbucket_server` (Boolean) true if this module integrates with Bitbucket Server
- `is_github_enterprise` (Boolean) true if this module integrates with GitHub Enterprise
- `is_gitlab` (Boolean) true if this module integrates with GitLab
- `is_gitlab_enterprise` (Boolean) true if this module integrates with GitLab Enterprise
- `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
- `path` (String) the folder in the repository to create the module from
Expand Down

0 comments on commit 6717327

Please sign in to comment.