diff --git a/README.md b/README.md index 1ded645d6f41a29ce80804738759ece7a4adde12..0a2b2fa492f92f4d6c91bfcf7652d1a47bc71cf2 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,13 @@ After deployment, each resource can be accessed though HTTPS depending on their - Username: abc - Password: <Gitlab Stored> +## How to add new resources + +You can add Terraform resources directly to the main.tf file. +Template are available to the link below. + +**Terraform Registry for Scaleway provider : https://registry.terraform.io/providers/scaleway/scaleway/latest/docs** + ## How to setup configuration file for services ### cloud-init : file creation diff --git a/instance-scripts/cloud-init.yml b/instance-scripts/cloud-init.yml index 42b0cdf123578567e963880087fa966fda868713..af2f28e7f90f579e6bea7f5ef9420c343eaa01ed 100644 --- a/instance-scripts/cloud-init.yml +++ b/instance-scripts/cloud-init.yml @@ -27,12 +27,12 @@ runcmd: # Install Atrium # - "curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/config-files/atrium.yaml -o root/atrium.yaml" - - "curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/config-files/atrium.sh | bash" + - "curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/scripts/atrium.sh | bash" # # Install And Run Code Server # - - "curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/scripts/code-server.sh | bash" - "curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/config-files/config.yaml -o root/config.yaml" + - "curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/scripts/code-server.sh | bash" # # Run Webtop Container #