Skip to content

Commit

Permalink
Add desired example
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Gray committed Aug 25, 2021
1 parent 3cf2ff1 commit b8fe613
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion awx/resource_job_template_launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ resource "awx_job_template" "baseconfig" {
}
resource "awx_job_template_launch" "now" {
job_template_id = awx_job_template.baseconfig.id
}
```
*/

package awx
Expand Down

0 comments on commit b8fe613

Please sign in to comment.