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

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceGlobalInitScript struct {
     6  	ContentBase64 string `json:"content_base64,omitempty"`
     7  	Enabled       bool   `json:"enabled,omitempty"`
     8  	Id            string `json:"id,omitempty"`
     9  	Md5           string `json:"md5,omitempty"`
    10  	Name          string `json:"name"`
    11  	Position      int    `json:"position,omitempty"`
    12  	Source        string `json:"source,omitempty"`
    13  }