Skip to content

Instantly share code, notes, and snippets.

@jungopro
Created October 5, 2018 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jungopro/33b6fb7f2befcf087371c5964bf4ea74 to your computer and use it in GitHub Desktop.
Save jungopro/33b6fb7f2befcf087371c5964bf4ea74 to your computer and use it in GitHub Desktop.
Sample Terraform Variables shell export
$ vi .mytfvars
# TF Azure configuration
export TF_VAR_ad_tenant_id=11111111-1111-1111-1111-111111111111
$ source .mytfvars
$ export
declare -x TF_VAR_ad_tenant_id="11111111-1111-1111-1111-111111111111"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment