Skip to content

Commit

Permalink
feat(awx_job_template_launch): add job template launch timeout (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
lavahot authored May 31, 2024
1 parent a7d8474 commit e23618c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions awx/resource_job_template_launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ func resourceJobTemplateLaunch() *schema.Resource {
ForceNew: true,
},
},
Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(20 * time.Minute),
},
}
}

Expand Down

0 comments on commit e23618c

Please sign in to comment.