We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd1581 commit e75f8ecCopy full SHA for e75f8ec
terraform/main.tf
@@ -15,9 +15,9 @@ module "vultr_instance_offworld" {
15
source = "github.com/perpetualpanda/tf-modules/vultr-vm"
16
17
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
+ vm_os_id = "2076" # alpine linux
+ vm_plan = "vc2-1c-0.5gb" # low spec plan
+ vm_region = "ewr" # plan available in new jersey region
21
22
block_storage_label = "offworld-block-storage"
23
block_storage_gb = 1
0 commit comments