aboutsummaryrefslogtreecommitdiff
path: root/vps.tf
diff options
context:
space:
mode:
Diffstat (limited to 'vps.tf')
-rw-r--r--vps.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/vps.tf b/vps.tf
index 3fa9e12..2754755 100644
--- a/vps.tf
+++ b/vps.tf
@@ -36,7 +36,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 = "c565f318e4aea"
+ snapshot_id = "5d05f383bcf61"
}
output "public_ip" {