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 Feb 8, 2024
1 parent da23b7b commit ae24b24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/resources/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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
- `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
- `path` (String) the folder in the repository to create the module from
- `run_tests_on_pull_request` (Boolean) set to 'true' to run tests on pull request (defaults to 'false'). Can only be enabled if 'module_test_enabled' is enabled
- `ssh_keys` (List of Map of String) an array of references to 'data_ssh_key' to use when accessing git over ssh
- `tag_prefix` (String) a tag prefix for the module
- `token_id` (String) the git token id to be used
Expand Down

0 comments on commit ae24b24

Please sign in to comment.