Skip to content

Commit

Permalink
fix: Fix type for oidc_verify_cert
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-buchart committed Oct 7, 2020
1 parent e7cf608 commit 00508ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resource_config_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func resourceConfigAuth() *schema.Resource {
Optional: true,
},
"oidc_verify_cert": {
Type: schema.TypeString,
Type: schema.TypeBool,
Optional: true,
},
},
Expand Down

0 comments on commit 00508ff

Please sign in to comment.