diff --git a/bundle/config/resources/volume.go b/bundle/config/resources/volume.go index 386d2ee37..f7af05bda 100644 --- a/bundle/config/resources/volume.go +++ b/bundle/config/resources/volume.go @@ -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"`