From c7702080a9aecd7e2163deda306c82cbdc05f891 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 15 Aug 2020 16:37:19 -0300 Subject: Use new image with ownership of /etc/nixos/configuration.nix by user Useful reference: - https://discourse.nixos.org/t/can-i-move-etc-nixos-to-my-dotfiles-and-symlink-it-back-to-etc-nixos/4833/10 --- vps.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vps.tf') 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" { -- cgit v1.2.3