aboutsummaryrefslogtreecommitdiff
path: root/vps.tf
diff options
context:
space:
mode:
Diffstat (limited to 'vps.tf')
-rw-r--r--vps.tf4
1 files changed, 2 insertions, 2 deletions
diff --git a/vps.tf b/vps.tf
index 8abe76e..5570e80 100644
--- a/vps.tf
+++ b/vps.tf
@@ -35,9 +35,9 @@ resource "vultr_server" "vps_server" {
# $ curl https://api.vultr.com/v1/regions/list | jq '.["9"]'
region_id = 9
# $ curl https://api.vultr.com/v1/plans/list?type=vc2 | jq '.["201"]'
- plan_id = 202
+ plan_id = 201
# $ curl -H "API-Key: $TF_VAR_vultr_api_key" https://api.vultr.com/v1/snapshot/list | jq
- snapshot_id = "5d05f383bcf61"
+ snapshot_id = "2525fb321b412" # base-guix
}
output "public_ip" {