### Substitute USERNAME to correct the path
### Substitute the OCIDs, fingerprints and keys with the correct ones for your environment
### File for Linux and OS X Users in shell environment
### Authentication details
export TF_VAR_tenancy_ocid=ocid1.tenancy.oc1..aaaaaaaayng35jd4ngjs2ipmjxhr5tpcs4qz3xbuqpqxmdflugbjdmftvp3q
export TF_VAR_user_ocid=ocid1.user.oc1..aaaaaaaagidypljfz77rofqxn7bsosacvgrnducbvk2snuz4fzzdoq4brbya
export TF_VAR_fingerprint=a3:05:00:31:a4:4c:d4:28:a3:55:7f:6d:89:97:2e:5e
export TF_VAR_private_key_path=../../Keys/oci_api_key.pem
export TF_VAR_client_image=

### Compartment
export TF_VAR_compartment_ocid=ocid1.compartment.oc1..aaaaaaaas4gjfh7e4c7uc3u4zkbhlupkozujq6w4acacg5zkolislrvc5ngq

### Public/private keys used on the instances
export TF_VAR_ssh_public_key=$(cat ../../Keys/oci_instance_key.pub)
export TF_VAR_ssh_private_key=$(cat ../../Keys/oci_instance_key)

### Region
export TF_VAR_region=us-ashburn-1

