Skip to content

Commit

Permalink
Merge pull request #18 from Moom-Planet/fix/fix-verify-cert-type
Browse files Browse the repository at this point in the history
fix: Fix type for oidc_verify_cert
  • Loading branch information
wrighbr authored Oct 7, 2020
2 parents e7cf608 + 00508ff commit 0ae8da6
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 0ae8da6

Please sign in to comment.