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