### 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..aaaaaaaau2klhecd4cjhygk26lixvgy3gr3q3lqhe246tlaxcg74xr364aba
export TF_VAR_user_ocid=ocid1.user.oc1..aaaaaaaailk4ej5oy2r7nrirwl5miubbjb6oiaukg6bndkeimpy6xfefdqra
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..aaaaaaaakfwfxk4x7j7krh6w4fmdaqk76l3lx24qqgcs3i4vj3p4agcyb7eq

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

