From 88e2dad3a72cb4541f9f6d7bcce415c0b3707796 Mon Sep 17 00:00:00 2001 From: David Celis Date: Wed, 15 May 2019 13:42:56 -0700 Subject: [PATCH] Use Ubuntu 19.04 x64 --- workstation/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workstation/main.tf b/workstation/main.tf index 82fcd95..19a9787 100644 --- a/workstation/main.tf +++ b/workstation/main.tf @@ -2,7 +2,7 @@ provider "digitalocean" {} resource "digitalocean_droplet" "tomato" { ssh_keys = [24195986] - image = "ubuntu-18-10-x64" + image = "ubuntu-19-04-x64" region = "sfo2" size = "s-4vcpu-8gb" private_networking = true -- 2.51.2