Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ module "vultr_instance_offworld" {
source = "github.com/perpetualpanda/tf-modules/vultr-vm"

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

block_storage_label = "offworld-block-storage"
block_storage_gb = 1
Expand Down
Loading