// Generated from Databricks Terraform provider schema. DO NOT EDIT. package schema type DataSourceCurrentConfig struct { AccountId string `json:"account_id,omitempty"` AuthType string `json:"auth_type,omitempty"` CloudType string `json:"cloud_type,omitempty"` Host string `json:"host,omitempty"` Id string `json:"id,omitempty"` IsAccount bool `json:"is_account,omitempty"` }