From 3696f4a1ddbd9309620437cb9a7e14a5be3f0cd2 Mon Sep 17 00:00:00 2001 From: Korijn van Golen Date: Mon, 2 Dec 2024 10:25:47 +0100 Subject: [PATCH] Document job edit_mode --- docs/resources/job.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/job.md b/docs/resources/job.md index e239066a44..c2d8dcd161 100644 --- a/docs/resources/job.md +++ b/docs/resources/job.md @@ -108,6 +108,7 @@ The resource supports the following arguments: * `health` - (Optional) An optional block that specifies the health conditions for the job [documented below](#health-configuration-block). * `tags` - (Optional) An optional map of the tags associated with the job. See [tags Configuration Map](#tags-configuration-map) * `budget_policy_id` - (Optional) The ID of the user-specified budget policy to use for this job. If not specified, a default budget policy may be applied when creating or modifying the job. +* `edit_mode` - (Optional) If `"UI_LOCKED"`, the user interface for the job will be locked. If `"EDITABLE"` (the default), the user interface will be editable. ### task Configuration Block