Skip to content

Commit bd38f22

Browse files
Tiobortodenouche
authored andcommitted
fix: resource data description
1 parent df67648 commit bd38f22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

awx/resource_workflow_job_template_schedule.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func resourceWorkflowJobTemplateSchedule() *schema.Resource {
5050
},
5151
"unified_job_template_id": {
5252
Type: schema.TypeInt,
53-
Required: false,
53+
Optional: true,
5454
},
5555
"description": {
5656
Type: schema.TypeString,
@@ -70,7 +70,7 @@ func resourceWorkflowJobTemplateSchedule() *schema.Resource {
7070
Type: schema.TypeString,
7171
Optional: true,
7272
Default: "",
73-
Description: "",
73+
Description: "Extra data to be pass for the scheudle (same like extra_vars)",
7474
StateFunc: normalizeJsonYaml,
7575
},
7676
},

0 commit comments

Comments
 (0)