-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv-vars.ps1
More file actions
executable file
·29 lines (22 loc) · 1.41 KB
/
env-vars.ps1
File metadata and controls
executable file
·29 lines (22 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#Copyright © 2018, Oracle and/or its affiliates. All rights reserved.
#The Universal Permissive License (UPL), Version 1.0
### Authentication details
# Orasenatdpltoci02
# $env:TF_VAR_tenancy_ocid = "ocid1.tenancy.oc1..aaaaaaaa5txfxrudc5ezitovlpjznw6b3l6sqvkzddepsfu4es2i4x2xyeia"
# orasenatdhubsred01
$env:TF_VAR_tenancy_ocid="ocid1.tenancy.oc1..aaaaaaaajehugl3ryss2gaxf3os7g5w4xdztfhy4coqnoizm2wpmrclnv5da"
# oracleidentitycloudservice/john.nguyen-tran@oracle.com
$env:TF_VAR_user_ocid="ocid1.user.oc1..aaaaaaaauswqglws5mp2yhqbfizqqflhddx3qlcsp5woqoj7saofthsaprhq"
# Time Created: Wed, 20 Mar 2019 20:19:37 GMT
$env:TF_VAR_fingerprint="75:b5:6e:9d:c7:a1:cf:ff:3d:08:4b:d0:e8:29:93:05"
$env:TF_VAR_private_key_path="/Users/jnguyent/.oci/oci_api_key.pem"
### Region
$env:TF_VAR_region="us-phoenix-1"
### Compartment: IaaS-PeopleSoft-Deployment
$env:TF_VAR_compartment_ocid="ocid1.compartment.oc1..aaaaaaaaeu5ojynwt72i4ed2bjsgtggmkizvitfrkxwrkomirmk3qd3eyefq"
### Public/private keys used on the instance
$env:TF_VAR_ssh_public_key="/Users/jnguyent/Desktop/OCIKeys/SSH/Terra_UInstance.pub"
$env:TF_VAR_ssh_private_key="/Users/jnguyent/Desktop/OCIKeys/SSH/Terra_UInstance"
### Public/private keys used on the bastion instance
$env:TF_VAR_bastion_ssh_public_key="/Users/jnguyent/Desktop/OCIKeys/SSH/Terra_UInstance.pub"
$env:TF_VAR_bastion_ssh_private_key="/Users/jnguyent/Desktop/OCIKeys/SSH/Terra_UInstance"