This commit is contained in:
Shreyas Goenka 2024-10-14 15:05:33 +02:00
parent e43f566579
commit f919e94bce
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 2 additions and 2 deletions

View File

@ -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"`