From 69c36d9f5e4f5b8a7fdc3f2449065f60e82e9cd8 Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Wed, 19 Jun 2024 13:12:27 +0000 Subject: [PATCH] Update docs --- docs/resources/environment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/environment.md b/docs/resources/environment.md index e3e8a6cf..7cfffc58 100644 --- a/docs/resources/environment.md +++ b/docs/resources/environment.md @@ -84,6 +84,7 @@ Important note: the template must first be assigned to the same project as the e Important note: After the environment is created, this field cannot be modified. - `terragrunt_working_directory` (String) The working directory path to be used by a Terragrunt template. If left empty '/' is used. Note: modifying this field destroys the current environment and creates a new one - `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 - `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 - `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