From a484a4aba570443e2ad7cd9e8dff50ed3e7d7c55 Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Wed, 9 Nov 2022 07:40:12 +0000 Subject: [PATCH] Update docs --- docs/resources/environment.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/resources/environment.md b/docs/resources/environment.md index 00ca1f57..ee9b5087 100644 --- a/docs/resources/environment.md +++ b/docs/resources/environment.md @@ -59,7 +59,8 @@ resource "env0_environment" "example_with_hcl_configuration" { ### Optional - `approve_plan_automatically` (Boolean) should deployments require manual approvals -- `auto_deploy_by_custom_glob` (String) redeploy on file filter pattern +- `auto_deploy_by_custom_glob` (String) redeploy on file filter pattern. +When used 'auto_deploy_on_path_changes_only' must be configured to true and 'deploy_on_push' or 'run_plan_on_pull_requests' must be configured to true. - `auto_deploy_on_path_changes_only` (Boolean) redeploy only on path changes only - `configuration` (Block List) terraform and environment variables for the environment (see [below for nested schema](#nestedblock--configuration)) - `deploy_on_push` (Boolean) should run terraform deploy on push events