### 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..aaaaaaaailzdozi5uivw5mapgrpqmphjzyuw4lt7hwyma3ibck2mmkboopea
export TF_VAR_user_ocid=ocid1.user.oc1..aaaaaaaabhjr624qbihep4xwwrhp2nelfwxlrnl6nwnfbha64fndjdyvjdca
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..aaaaaaaa2xw22gapoakgxo5lxou6bjka6jupib4xwkj2ykknkv2ehskylyda

### 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

