Skip to content

Commit 3f2cc4f

Browse files
committed
Fix OS Version for new Vultr instance
1 parent 8095e0b commit 3f2cc4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • server/mudev-vultr-1/infrastructures

server/mudev-vultr-1/infrastructures/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ output "mudev_vultr_1_public_ip" {
3232
resource "vultr_instance" "mudev_vultr_ubuntu_2" {
3333
region = "nrt"
3434
plan = "vhp-1c-1gb"
35-
os_id = 1282
35+
os_id = 2284
3636
backups = "disabled"
3737
ddos_protection = false
3838
tags = ["Terraform", "VPN"]

0 commit comments

Comments
 (0)