-
Notifications
You must be signed in to change notification settings - Fork 0
/
env_vars
33 lines (23 loc) · 938 Bytes
/
env_vars
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
### oci
export TF_VAR_oci_tenancy_ocid="ocid1.tenancy..."
export TF_VAR_oci_user_ocid="ocid1.user..."
export TF_VAR_oci_compartment_ocid="ocid1.compartment..."
export TF_VAR_oci_fingerprint=
export TF_VAR_oci_private_key_path=
# currently only ashburn region
export TF_VAR_oci_region=us-ashburn-1
export TF_VAR_oci_cidr_vcn="10.1.0.0/16"
export TF_VAR_oci_cidr_subnet="10.1.1.0/24"
export TF_VAR_oci_test_image="ocid1.image.oc1.iad.aaaaaaaaj6pcmnh6y3hdi3ibyxhhflvp3mj2qad4nspojrnxc6pzgn2w3k5q"
### azure
export TF_VAR_arm_client_id=""
export TF_VAR_arm_client_secret=""
export TF_VAR_arm_tenant_id=""
export TF_VAR_arm_subscription_id=""
# currently only washington region
export TF_VAR_arm_region=eastus
export TF_VAR_arm_cidr_vnet="10.2.0.0/16"
export TF_VAR_arm_cidr_subnet="10.2.1.0/24"
export TF_VAR_arm_cidr_gw_subnet="10.2.2.0/26"
export TF_VAR_SSH_PUBLIC_KEY=$(cat ~/.ssh/id_rsa.pub)
export TF_VAR_peering_net="10.99.0"