diff --git a/provider/resource_config_auth.go b/provider/resource_config_auth.go index 9ccce5f..220abb9 100644 --- a/provider/resource_config_auth.go +++ b/provider/resource_config_auth.go @@ -39,7 +39,7 @@ func resourceConfigAuth() *schema.Resource { Optional: true, }, "oidc_verify_cert": { - Type: schema.TypeString, + Type: schema.TypeBool, Optional: true, }, },