Skip to content

Commit 28b2514

Browse files
authored
Merge branch 'master' into feat/cockpit-preconfigured-alerts
2 parents 2b929a2 + e42aa63 commit 28b2514

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
subcategory: "Jobs"
3+
page_title: "Scaleway: scaleway_job_definition_start_action"
4+
---
5+
6+
# scaleway_job_definition_start_action (Action)
7+
8+
<!-- action schema generated by tfplugindocs -->
9+
## Schema
10+
11+
### Required
12+
13+
- `job_definition_id` (String) ID of the job definition to start. Can be a plain UUID or a regional ID.
14+
15+
### Optional
16+
17+
- `command` (String) Contextual startup command for this specific job run.
18+
- `environment_variables` (Map of String) Contextual environment variables for this specific job run.
19+
- `region` (String) Region of the job definition. If not set, the region is derived from the job_definition_id when possible or from the provider configuration.
20+
- `replicas` (Number) Number of jobs to run.
21+
22+

templates/actions/job_definition_start_action.md.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ page_title: "Scaleway: scaleway_job_definition_start_action"
77
# scaleway_job_definition_start_action (Action)
88

99
{{ .SchemaMarkdown }}
10-

0 commit comments

Comments
 (0)