From 6d11c30f5d0084e6aff187ed7b2dc8a3ea611a79 Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Mon, 15 Jul 2024 13:27:50 +0000 Subject: [PATCH] Update docs --- docs/resources/environment.md | 1 + docs/resources/project_policy.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/resources/environment.md b/docs/resources/environment.md index 18817b4b..a30f7a3e 100644 --- a/docs/resources/environment.md +++ b/docs/resources/environment.md @@ -86,6 +86,7 @@ Important note: After the environment is created, this field cannot be modified. - `ttl` (String) the date the environment should be destroyed at (iso format). omitting this attribute will result in infinite ttl. - `variable_sets` (List of String) a list of variable set to assign to this environment. Note: must not be used with 'env0_variable_set_assignment' - `vcs_commands_alias` (String) set an alias for this environment in favor of running VCS commands using PR comments against it. Additional details: https://docs.env0.com/docs/plan-and-apply-from-pr-comments +- `vcs_pr_comments_enabled` (Boolean) set to 'true' to enable running VCS PR plan/apply commands using PR comments. This can be set to 'true' (enabled) without setting alias in 'vcs_commands_alias'. Additional details: https://docs.env0.com/docs/plan-and-apply-from-pr-comments#configuration - `without_template_settings` (Block List, Max: 1) settings for creating an environment without a template (see [below for nested schema](#nestedblock--without_template_settings)) - `workspace` (String) the terraform workspace of the environment diff --git a/docs/resources/project_policy.md b/docs/resources/project_policy.md index c6ef7850..b4d85b53 100644 --- a/docs/resources/project_policy.md +++ b/docs/resources/project_policy.md @@ -53,6 +53,7 @@ Omitting removes the restriction. - `run_pull_request_plan_default` (Boolean) Run Terraform Plan on Pull Requests for new environments targeting their branch default value - `skip_apply_when_plan_is_empty` (Boolean) Skip apply when plan has no changes - `skip_redundant_deployments` (Boolean) Automatically skip queued deployments when a newer deployment is triggered +- `vcs_pr_comments_enabled_default` (Boolean) if 'true' all environments created in this project will be created with an 'enabled' running VCS PR plan/apply commands using PR comments ### Read-Only