Skip to content

Commit

Permalink
fix(rundeck-job): add default value to exposed to scripts option
Browse files Browse the repository at this point in the history
  • Loading branch information
Abukamel committed Dec 3, 2021
1 parent b9995de commit 7d953af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rundeck/resource_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ func resourceRundeckJob() *schema.Resource {
"exposed_to_scripts": {
Type: schema.TypeBool,
Optional: true,
Default: true,
},
"storage_path": {
Type: schema.TypeString,
Expand Down

0 comments on commit 7d953af

Please sign in to comment.