Skip to content

Instantly share code, notes, and snippets.

@sw-samuraj
Created November 26, 2018 08:35
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 sw-samuraj/51cefb449f89f7d3c9640b6fdab80d8a to your computer and use it in GitHub Desktop.
Save sw-samuraj/51cefb449f89f7d3c9640b6fdab80d8a to your computer and use it in GitHub Desktop.
### Authentication details
export TF_VAR_tenancy_ocid="<tenancy OCID>"
export TF_VAR_user_ocid="<user OCID>"
export TF_VAR_private_key_path="<path to the private key that matches the fingerprint above>"
export TF_VAR_fingerprint="<PEM key fingerprint>"
# export TF_VAR_pass_phrase="<private key pass phrase>""
### Region
export TF_VAR_region="<region in which to operate, example: us-ashburn-1, us-phoenix-1>"
### Compartment
export TF_VAR_compartment_ocid="<compartment OCID>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment