mirror of https://github.com/databricks/cli.git
9 lines
243 B
Go
9 lines
243 B
Go
|
// 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"`
|
||
|
}
|