Skip to content

Commit d943d35

Browse files
Merge pull request #76 from MagaluCloud/update-files-2481c5e9c16995205e83809658598376f6541bef
Update files from source repository
2 parents b8bf93d + efac68c commit d943d35

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/data-sources/block_storage_volume.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ output "my-volume" {
3939
- `availability_zone` (String) The availability zones where the block storage is available.
4040
- `created_at` (String) The timestamp when the block storage was created.
4141
- `disk_type` (String) The disk type of the block storage.
42+
- `encrypted` (Boolean) The encryption status of the block storage.
4243
- `name` (String) The name of the block storage.
4344
- `size` (Number) The size of the block storage in GB.
4445
- `state` (String) The current state of the virtual machine instance.

docs/data-sources/block_storage_volumes.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Read-Only:
3636

3737
- `availability_zone` (String) The availability zones where the block storage is available.
3838
- `created_at` (String) The timestamp when the block storage was created.
39+
- `encrypted` (Boolean) The encryption status of the block storage.
3940
- `id` (String) The unique identifier of the volume snapshot.
4041
- `name` (String) The name of the block storage.
4142
- `size` (Number) The size of the block storage in GB.

docs/resources/block_storage_volumes.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ resource "mgc_block_storage_volumes" "example_volume" {
3333
### Optional
3434

3535
- `availability_zone` (String) The availability zones where the volume is available.
36+
- `encrypted` (Boolean) Indicates if the volume is encrypted.
3637
- `snapshot_id` (String) Create a volume from a snapshot.
3738

3839
### Read-Only

0 commit comments

Comments
 (0)