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 Sep 4, 2022
1 parent 1377d3a commit a6cd383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/organization_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ resource "env0_organization_policy" "policy_example" {
- **default_ttl** (String) the default environment time-to-live allowed on deploy time (allowed values: 6-h, 12-h, 1-d, 3-d, 1-w, 2-w, 1-M). omit for infinite ttl. must be equal or shorter than max_ttl
- **do_not_consider_merge_commits_for_pr_plans** (Boolean)
- **do_not_report_skipped_status_checks** (Boolean)
- **enable_oidc** (Boolean) set to 'true' to enable OIDC token availability (defaults to 'false')
- **id** (String) The ID of this resource.
- **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). omit for infinite ttl. must be equal or longer than default_ttl

Expand Down

0 comments on commit a6cd383

Please sign in to comment.