// Generated from Databricks Terraform provider schema. DO NOT EDIT.

package schema

type ResourceWorkspaceConf struct {
	CustomConfig map[string]string `json:"custom_config,omitempty"`
	Id           string            `json:"id,omitempty"`
}