Skip to content

Commit

Permalink
Merge pull request #52 from meyskens/patch-2
Browse files Browse the repository at this point in the history
Fix disk size
  • Loading branch information
nicolai86 authored Mar 29, 2018
2 parents d56a921 + 4d817b5 commit 97646bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "scaleway_server" "test" {
resource "scaleway_volume" "test" {
name = "test"
size_in_gb = 20
size_in_gb = 50
type = "l_ssd"
}
Expand Down

0 comments on commit 97646bd

Please sign in to comment.