Created
November 26, 2018 08:35
-
-
Save sw-samuraj/51cefb449f89f7d3c9640b6fdab80d8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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