From c6fa636da47e48f76a24f7f61320511306154aa3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 29 Aug 2020 17:22:06 -0300 Subject: Build new VPS server from snapshot using bigger machine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm using the snapshot here because I don't have any backup system yet, ¯\_(ツ)_/¯ This should be reverted on vps.tf after applying, and I should get down to doing automatic backups. --- vps.tf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vps.tf') diff --git a/vps.tf b/vps.tf index 8e69d05..824e50c 100644 --- a/vps.tf +++ b/vps.tf @@ -35,9 +35,10 @@ 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 = 201 + plan_id = 202 # $ curl -H "API-Key: $TF_VAR_vultr_api_key" https://api.vultr.com/v1/snapshot/list | jq - snapshot_id = "5d05f383bcf61" + # snapshot_id = "5d05f383bcf61" + snapshot_id = "12e5f4ab4e50a" } output "public_ip" { -- cgit v1.2.3