From d3efb206ced74bd1e377cca8c8856f35402110c1 Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Tue, 7 May 2024 12:33:34 +0000 Subject: [PATCH] Update docs --- docs/data-sources/module.md | 1 + docs/data-sources/template.md | 1 + docs/resources/module.md | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/data-sources/module.md b/docs/data-sources/module.md index b3cc6c69..f75d5283 100644 --- a/docs/data-sources/module.md +++ b/docs/data-sources/module.md @@ -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 diff --git a/docs/data-sources/template.md b/docs/data-sources/template.md index 4d72a8e9..99579c82 100644 --- a/docs/data-sources/template.md +++ b/docs/data-sources/template.md @@ -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? diff --git a/docs/resources/module.md b/docs/resources/module.md index de7c812e..7b4a081f 100644 --- a/docs/resources/module.md +++ b/docs/resources/module.md @@ -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