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 Dec 11, 2022
1 parent 6aa1d6a commit ebc5bfc
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 @@ -44,9 +44,9 @@ resource "env0_project_policy" "example" {
- `include_cost_estimation` (Boolean) Enable cost estimation for the project
- `max_ttl` (String) the maximum environment time-to-live allowed on deploy time (allowed values: 6-h, 12-h, 1-d, 3-d, 1-w, 2-w, 1-M, Infinite, inherit) Default value is 'inherit' which inherits the organization policy. must be equal or longer than default_ttl
- `number_of_environments` (Number) Max number of environments a single user can have in this project.
Setting to `null` or omitting, removes the restriction.
Omitting removes the restriction.
- `number_of_environments_total` (Number) Max number of environments in this project.
Setting to `null` or omitting, removes the restriction.
Omitting removes the restriction.
- `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 ebc5bfc

Please sign in to comment.