github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_workspace_conf.go (about)

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceWorkspaceConf struct {
     6  	CustomConfig map[string]string `json:"custom_config,omitempty"`
     7  	Id           string            `json:"id,omitempty"`
     8  }