Skip to content

Commit

Permalink
Make password no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenn-newbury committed Dec 18, 2021
1 parent 353413b commit a7c811b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func Provider() *schema.Provider {
},
"password": {
Type: schema.TypeString,
Required: true,
Optional: true,
DefaultFunc: schema.EnvDefaultFunc("ROS_PASSWORD", nil),
Description: "Password for the ROS user",
},
Expand Down

0 comments on commit a7c811b

Please sign in to comment.