Skip to content

Commit

Permalink
doc: fix index example (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
loicbourgois authored and QuentinBrosse committed Dec 3, 2019
1 parent 2fbb44b commit 0fa62ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ resource "scaleway_instance_ip" "public_ip" {
}
resource "scaleway_instance_volume" "data" {
size_in_gb = 100
size_in_gb = 30
type = "l_ssd"
}
resource "scaleway_instance_security_group" "www" {
Expand Down

0 comments on commit 0fa62ee

Please sign in to comment.