๐ŸŸ My personal dotfiles

Use Ubuntu 19.04 x64

+1 -1
+1 -1
workstation/main.tf
··· 2 2 3 3 resource "digitalocean_droplet" "tomato" { 4 4 ssh_keys = [24195986] 5 - image = "ubuntu-18-10-x64" 5 + image = "ubuntu-19-04-x64" 6 6 region = "sfo2" 7 7 size = "s-4vcpu-8gb" 8 8 private_networking = true