terraform/website/source/docs/providers/scaleway
Raphael Randschau b52bf2c887 provider/scaleway: clarify scaleway_server volume attribute (#14772)
system volumes on scaleway can't easily be modified - instead one has to create
a new image with the desired system volume size. This is way out of scope of
terraform - see https://community.online.net/t/expanding-lssd/907/2 for steps on
how to build a new image.

the `scaleway_server` `volume` attribute should only be used if you want to
attach additional volumes to a server which will share the lifetime of the
server, e.g. they will be destroyed once the server is shut down.

To have volumes which outlive the attached server one should use
`scaleway_volume` and `scaleway_volume_attachement` instead.
2017-05-24 11:31:27 +01:00
..
d Massively add HCL source tag in docs Markdown files 2017-04-17 13:17:54 +03:00
r provider/scaleway: clarify scaleway_server volume attribute (#14772) 2017-05-24 11:31:27 +01:00
index.html.markdown Corrected example code, cleared up token confusion (#12177) 2017-02-22 23:30:24 +02:00