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

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceSchema struct {
     6  	CatalogName  string            `json:"catalog_name"`
     7  	Comment      string            `json:"comment,omitempty"`
     8  	ForceDestroy bool              `json:"force_destroy,omitempty"`
     9  	Id           string            `json:"id,omitempty"`
    10  	MetastoreId  string            `json:"metastore_id,omitempty"`
    11  	Name         string            `json:"name"`
    12  	Owner        string            `json:"owner,omitempty"`
    13  	Properties   map[string]string `json:"properties,omitempty"`
    14  	StorageRoot  string            `json:"storage_root,omitempty"`
    15  }