mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
boot-disk
This commit is contained in:
parent
81f9b5a76a
commit
0bbdf8702a
2 changed files with 5 additions and 1 deletions
|
|
@ -12,6 +12,10 @@ On a clean install of Ubuntu 18.10+ run as `root`:
|
|||
# Clone desktop environment
|
||||
git clone https://github.com/sabrehagen/desktop-environment
|
||||
|
||||
# Supply access credentials
|
||||
export DESKTOP_ENVIRONMENT_CLOUDFLARE_TOKEN=
|
||||
export DESKTOP_ENVIRONMENT_GOOGLE_CREDENTIALS=
|
||||
|
||||
# Start desktop environment
|
||||
desktop-environment/host/bootstrap.sh
|
||||
```
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ resource "google_compute_instance" "desktop-environment" {
|
|||
|
||||
boot_disk {
|
||||
initialize_params {
|
||||
image = "ubuntu-minimal-1810"
|
||||
image = "${local.environment_name}"
|
||||
type = "pd-ssd"
|
||||
size = "80"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue