File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ Use the navigation to the left to read about the available resources.
15
15
## Example Usage
16
16
17
17
Here is an example that will setup the following:
18
- + A Server.
19
- + An IP Address.
20
- + A security group.
18
+ * A Server.
19
+ * An IP Address.
20
+ * A security group.
21
21
22
- (create this as sl.tf and run terraform commands from this directory):
22
+ (create this as ` sl.tf ` and run terraform commands from this directory):
23
23
24
24
``` hcl
25
25
provider "scaleway" {
@@ -109,7 +109,7 @@ provider "scaleway" {
109
109
110
110
## Volume usage
111
111
112
- You can add volumes to baremetal instances.
112
+ You can add volumes to bare metal instances.
113
113
The minimal size of increment is 50GB and you can add at most 15 different volumes on an instance.
114
114
115
115
Additional volumes cannot be added to virtual cloud servers.
You can’t perform that action at this time.
0 commit comments