From 92c71c23e80eeb52f3e7e51a89bd33e9b1ce56bd Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Wed, 10 Jan 2024 13:03:44 +0000 Subject: [PATCH] Update docs --- docs/resources/module.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/module.md b/docs/resources/module.md index 1aa21684..d3c5b13e 100644 --- a/docs/resources/module.md +++ b/docs/resources/module.md @@ -38,6 +38,7 @@ resource "env0_module" "example" { - `module_provider` (String) the provider name in the module source (Match pattern: ^[0-9a-z]{0,64}$) - `path` (String) the folder in the repository to create the module from - `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 - `token_name` (String) the token name used for integration with GitLab