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 Oct 25, 2023
1 parent 6e47833 commit bb5f991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/project_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ resource "env0_project_policy" "example" {
- `continuous_deployment_default` (Boolean) Redeploy on every push to the git branch default value
- `default_ttl` (String) the default environment time-to-live allowed on deploy time. Format is <number>-<M/w/d/h> (Examples: 12-h, 3-d, 1-w, 1-M). Default value is 'inherit' which inherits the organization policy. must be equal or shorter than max_ttl
- `disable_destroy_environments` (Boolean) Disallow destroying environment in the project
- `drift_detection_cron` (String) default cron expression for new environments
- `force_remote_backend` (Boolean) if 'true' all environments created in this project will be forced to use env0 remote backend. Default is 'false'
- `include_cost_estimation` (Boolean) Enable cost estimation for the project
- `max_ttl` (String) the maximum environment time-to-live allowed on deploy time. Format is <number>-<M/w/d/h> (Examples: 12-h, 3-d, 1-w, 1-M). Default value is 'inherit' which inherits the organization policy. must be equal or longer than default_ttl
Expand Down

0 comments on commit bb5f991

Please sign in to comment.