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 May 4, 2022
1 parent 15794e2 commit ef98001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/project_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ resource "env0_project_policy" "example" {
- **continuous_deployment_default** (Boolean) Redeploy on every push to the git branch default value
- **disable_destroy_environments** (Boolean) Disallow destroying environment in the project
- **include_cost_estimation** (Boolean) Enable cost estimation for the project
- **number_of_environments** (Number) Max number of environments a single user can have in this project, 0 indicates no limit
- **number_of_environments_total** (Number) Max number of environments in this project, 0 indicates no limit
- **number_of_environments** (Number) Max number of environments a single user can have in this project, `null` indicates no limit
- **number_of_environments_total** (Number) Max number of environments in this project, `null` indicates no limit
- **requires_approval_default** (Boolean) Requires approval default value when creating a new environment in the project
- **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
Expand Down

0 comments on commit ef98001

Please sign in to comment.