Skip to content

Commit

Permalink
Merge pull request scaleway#70 from sieben/add_documentation
Browse files Browse the repository at this point in the history
Add documentation about volumes usage
  • Loading branch information
nicolai86 authored Jun 25, 2018
2 parents 4a7b4e7 + 8d906f4 commit 0f4691b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Here is an example that will setup the following:
```hcl
provider "scaleway" {
organization = "<YOUR-ACCESS-KEY>"
 token = "<YOUR-GENERATED-TOKEN>"
token = "<YOUR-GENERATED-TOKEN>"
region = "par1"
}
Expand Down Expand Up @@ -99,3 +99,12 @@ provider "scaleway" {
- **SCALEWAY_ORGANIZATION**: Your Scaleway `organization` access key
- **SCALEWAY_TOKEN**: Your API access `token`, generated by you
- **SCALEWAY_REGION**: The Scaleway region

## Volume usage

You can add volumes to baremetal instances.
The minimal size of increment is 50GB and you can add at most 15 different volumes on an instance.

Additional volumes cannot be added to virtual cloud servers.

Check out the list of different instances on the [pricing page](https://www.scaleway.com/pricing).

0 comments on commit 0f4691b

Please sign in to comment.