Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created February 22, 2021 17:49
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 recursivecodes/625b6384760217fd15b432aa644aa339 to your computer and use it in GitHub Desktop.
Save recursivecodes/625b6384760217fd15b432aa644aa339 to your computer and use it in GitHub Desktop.
config-vars.sh
export TF_VAR_tenancy_ocid=<tenancy_OCID>
export TF_VAR_compartment_ocid=<compartment_OCID>
export TF_VAR_user_ocid=<user_OCID>
export TF_VAR_fingerprint=<key_fingerprint>
export TF_VAR_private_key_path=<private_key_path>
export TF_VAR_private_key_password=<private_key_password>
export TF_VAR_region=<region>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment