Fix error

This is definitely scaleway_server instead of scaleway_volume, wouldn't make any sense otherwise.
This commit is contained in:
IceBear 2016-10-20 11:49:54 +02:00 committed by GitHub
parent 0fe51b334c
commit 659f71734e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ For additional details please refer to [API documentation](https://developer.sca
## Example Usage
```
resource "scaleway_volume" "test" {
resource "scaleway_server" "test" {
name = "test"
image = "aecaed73-51a5-4439-a127-6d8229847145"
type = "C2S"