mirror of https://github.com/databricks/cli.git
typo fix
This commit is contained in:
parent
e43f566579
commit
f919e94bce
|
@ -6,10 +6,10 @@ import (
|
|||
)
|
||||
|
||||
type Volume struct {
|
||||
// List of grants to apply on this schema.
|
||||
// List of grants to apply on this volume.
|
||||
Grants []Grant `json:"grants,omitempty"`
|
||||
|
||||
// Full name of the schema (catalog_name.schema_name.volume_name). This value is read from
|
||||
// Full name of the volume (catalog_name.schema_name.volume_name). This value is read from
|
||||
// the terraform state after deployment succeeds.
|
||||
ID string `json:"id,omitempty" bundle:"readonly"`
|
||||
|
||||
|
|
Loading…
Reference in New Issue