diff --git a/docs/resources/environment.md b/docs/resources/environment.md index 4cdd8f8f..bc87ad65 100644 --- a/docs/resources/environment.md +++ b/docs/resources/environment.md @@ -72,6 +72,7 @@ If true must specify one of the following - 'github_installation_id' if using Gi - `is_remote_apply_enabled` (Boolean) enables remote apply when set to true (defaults to false). Can only be enabled when is_remote_backend and approve_plan_automatically are enabled. Can only enabled for an existing environment - `is_remote_backend` (Boolean) should use remote backend - `output` (String) the deployment log output. Returns a json string. It can be either a map of key-value, or an array of (in case of Terragrunt run-all) of moduleName and a map of key-value. Note: if the deployment is still in progress returns 'null' +- `prevent_auto_deploy` (Boolean) use this flag to prevent auto deploy on environment creation - `revision` (String) the revision the environment is to be run against - `run_plan_on_pull_requests` (Boolean) should run terraform plan on pull requests creations. If true must specify one of the following - 'github_installation_id' if using GitHub, 'gitlab_project_id' and 'token_id' if using GitLab, or 'bitbucket_client_key' if using BitBucket.