diff options
author | EuAndreh <eu@euandre.org> | 2020-08-10 13:53:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-10 13:53:25 -0300 |
commit | b99e78f5e5fd01b33450debab01d1613d5ac1552 (patch) | |
tree | 60210661132eb8c624bcbc7243aae27e530fa311 /vps.tf | |
parent | Remove unused secrets/{borg,ssh}/ (diff) | |
download | toph-b99e78f5e5fd01b33450debab01d1613d5ac1552.tar.gz toph-b99e78f5e5fd01b33450debab01d1613d5ac1552.tar.xz |
Use new image with new SSH key and andreh user
Diffstat (limited to 'vps.tf')
-rw-r--r-- | vps.tf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" { |