Skip to content

Commit

Permalink
make provider config user statement mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Jul 24, 2024
1 parent 4152a2e commit 163397e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bastion/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func Provider() *schema.Provider {
},
"user": {
Type: schema.TypeString,
Optional: true,
Optional: false,
DefaultFunc: schema.EnvDefaultFunc("WALLIX_BASTION_USER", nil),
},
"password": {
Expand Down

0 comments on commit 163397e

Please sign in to comment.