Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
update generated docs action committed Mar 12, 2024
1 parent 625a1fb commit 1b16141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1b16141

Please sign in to comment.