Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type DataSources struct {
{{- range .Blocks }}
{{ .FieldName }} map[string]any `json:"{{ .TerraformName }},omitempty"`
{{- end }}
}
func NewDataSources() *DataSources {
return &DataSources{
{{ .FieldName }}: make(map[string]any),