### 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..aaaaaaaahozhrcb5fbi5qmsqqkrve34bmykyazvfa6knwo7pw55lwuq4u6tq
export TF_VAR_user_ocid=ocid1.user.oc1..aaaaaaaauigakwohujoc22k3lelmaov2g27amriuqbch4dhexn3jzhax7mia
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..aaaaaaaa5wizjs5souvcdmkgg5iknn6a5dz7gysgtefpgc5qge7etcnswzma

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

