You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-11Lines changed: 25 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,16 @@
4
4
5
5
This Terraform module can be used to create cheap and disposable development machines with Scaleway cloud provider. For instance, these machines are well suited to be used with [Visual Studio Code SSH remote developement feature](https://code.visualstudio.com/docs/remote/ssh).
6
6
7
+
## Examples
8
+
9
+
*[Full-featured development instance on a Scaleway DEV1-S instance running Ubuntu 20.04](examples/ubuntu_dev1-s_full)
10
+
7
11
## Prerequisites
8
12
9
13
* Terraform 1.0+
10
-
*[jq](https://stedolan.github.io/jq/)
11
14
* A [Scaleway project](https://console.scaleway.com/project/) (default project is fine but [creating a new one](https://www.scaleway.com/en/docs/scaleway-project/) is encouraged)
15
+
* Git, OpenSSH
16
+
*[jq](https://stedolan.github.io/jq/) (only for magic commands)
> This shell function takes two arguments (the variable key and value) and put the *key = value* in the *terraform.tfvars* file regardless of the existence of the variable (create or replace behaviour)
22
27
23
-
2. Create your SSH key pair and [add it in your authorized keys](https://console.scaleway.com/project/credentials)
28
+
2. Create your SSH key pair and [add the public key in authorized keys of your Scleway project in the Scaleway console](https://console.scaleway.com/project/credentials)
# Example : Full-featured development instance on a Scaleway DEV1-S instance running Ubuntu 20.04
2
+
3
+
Read the [module documentation](../../README.md) for further explanation.
4
+
5
+
## Prerequisites
6
+
7
+
* Terraform 1.0+
8
+
* A [Scaleway project](https://console.scaleway.com/project/) (default project is fine but [creating a new one](https://www.scaleway.com/en/docs/scaleway-project/) is encouraged)
9
+
* curl, OpenSSH
10
+
*[jq](https://stedolan.github.io/jq/) (only for magic commands)
11
+
12
+
## Introduction
13
+
14
+
1. Create your SSH key pair and [add the public key in authorized keys of your Scleway project in the Scaleway console](https://console.scaleway.com/project/credentials)
0 commit comments