From b99e78f5e5fd01b33450debab01d1613d5ac1552 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Aug 2020 13:53:25 -0300 Subject: Use new image with new SSH key and andreh user --- vps.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vps.tf') diff --git a/vps.tf b/vps.tf index e0c3262..3a84b00 100644 --- a/vps.tf +++ b/vps.tf @@ -46,7 +46,7 @@ resource "vultr_server" "vps_server" { # $ curl https://api.vultr.com/v1/plans/list?type=vc2 | jq '.["201"]' plan_id = 201 # $ curl -H "API-Key: $TF_VAR_vultr_api_key" https://api.vultr.com/v1/snapshot/list | jq - snapshot_id = "7245f30a2f3b3" + snapshot_id = "e1d5f317b0f7a" } resource "vultr_block_storage" "vps_storage" { -- cgit v1.2.3