Skip to content

Commit

Permalink
docs(example): encrypted to False
Browse files Browse the repository at this point in the history
Co-authored-by: AJ Kovalainen <ajk@upcloud.com>
  • Loading branch information
villevsv-upcloud and Darep committed May 27, 2024
1 parent f98c3db commit 90ab20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ storage1 = manager.create_storage(
size=10,
tier="maxiops",
title="my storage disk",
encrypted=True
encrypted=False
)

storage2 = manager.create_storage(zone='de-fra1', size=100)
Expand Down

0 comments on commit 90ab20b

Please sign in to comment.