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 59f9d45 commit 42f2c5b
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 @@ -16,7 +16,7 @@ func dataSourceMaasBlockDevice() *schema.Resource {
"block_size": {
Type: schema.TypeInt,
Computed: true,
Description: "The block size of the block device. Defaults to `512`.",
Description: "The block size of the block device.",
},
"id_path": {
Type: schema.TypeString,
Expand Down

0 comments on commit 42f2c5b

Please sign in to comment.