diff options
author | EuAndreh <eu@euandre.org> | 2021-07-29 14:44:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-29 14:50:25 -0300 |
commit | c8676b05827bc4a764c355397c7f0622f5676798 (patch) | |
tree | 03fc522c39bb834d1032ed5dd3d25598e2c66dd3 /servers/active/nixvps/tf-env.sh | |
parent | cd servers && git mv discussions-site/ guixvps/ mailbug/ mediator/ multipatch... (diff) | |
download | server-c8676b05827bc4a764c355397c7f0622f5676798.tar.gz server-c8676b05827bc4a764c355397c7f0622f5676798.tar.xz |
WIP reactivate nixvps with Terraform and nixos-rebuild on Vultr
Diffstat (limited to 'servers/active/nixvps/tf-env.sh')
-rw-r--r-- | servers/active/nixvps/tf-env.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/servers/active/nixvps/tf-env.sh b/servers/active/nixvps/tf-env.sh new file mode 100644 index 0000000..1ad643e --- /dev/null +++ b/servers/active/nixvps/tf-env.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +TF_VAR_hostname="$(cat hostname.txt)" +export TF_VAR_hostname + +TF_VAR_tld="$(cat tld.txt)" +export TF_VAR_tld |