diff --git a/docs/resources/project_policy.md b/docs/resources/project_policy.md index bbfdaabd..c6ef7850 100644 --- a/docs/resources/project_policy.md +++ b/docs/resources/project_policy.md @@ -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 - (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 - (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