aboutsummaryrefslogtreecommitdiff
path: root/servers/active/nixvps/tf-env.sh
blob: 1ad643e2f38fddff811fc362154b7d4924515b9b (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

TF_VAR_hostname="$(cat hostname.txt)"
export TF_VAR_hostname

TF_VAR_tld="$(cat tld.txt)"
export TF_VAR_tld