mirror of https://github.com/databricks/cli.git
10 lines
263 B
Go
10 lines
263 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type DataSourceZones struct {
|
||
|
DefaultZone string `json:"default_zone,omitempty"`
|
||
|
Id string `json:"id,omitempty"`
|
||
|
Zones []string `json:"zones,omitempty"`
|
||
|
}
|