Skip to content

Commit e75f8ec

Browse files
committed
fix: do no use ipv6-only vm
1 parent ccd1581 commit e75f8ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ module "vultr_instance_offworld" {
1515
source = "github.com/perpetualpanda/tf-modules/vultr-vm"
1616

1717
vm_hostname = local.offworld_hostname
18-
vm_os_id = "2076" # alpine linux
19-
vm_plan = "vc2-1c-0.5gb-v6" # lowest spec plan
20-
vm_region = "ewr" # plan available in new york region
18+
vm_os_id = "2076" # alpine linux
19+
vm_plan = "vc2-1c-0.5gb" # low spec plan
20+
vm_region = "ewr" # plan available in new jersey region
2121

2222
block_storage_label = "offworld-block-storage"
2323
block_storage_gb = 1

0 commit comments

Comments
 (0)