Skip to content

Commit

Permalink
Update maas/data_source_maas_block_revice.go
Browse files Browse the repository at this point in the history
Co-authored-by: Stamatis Katsaounis <[email protected]>
  • Loading branch information
sempervictus and skatsaounis authored Jul 4, 2024
1 parent 47a7524 commit 99e1652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maas/data_source_maas_block_revice.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func dataSourceMaasBlockDevice() *schema.Resource {
"mount_point": {
Type: schema.TypeString,
Computed: true,
Description: "The mount point used. If this is not set, the partition is not mounted. This is used only the partition is formatted.",
Description: "The mount point used. If this is not set, the partition is not mounted. This is used only when the partition is formatted.",
},
"path": {
Type: schema.TypeString,
Expand Down

0 comments on commit 99e1652

Please sign in to comment.