forked from cloud-custodian/cloud-custodian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.env
23 lines (23 loc) · 1.19 KB
/
test.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export AWS_DEFAULT_REGION=us-east-1
export AWS_ACCESS_KEY_ID=foo
export AWS_SECRET_ACCESS_KEY=bar
export AWS_SESSION_TOKEN=fake
unset AWS_PROFILE
export AZURE_ACCESS_TOKEN=fake_token
export AZURE_SUBSCRIPTION_ID=ea42f556-5106-4743-99b0-c129bfa71a47
export AZURE_TENANT_ID=ea42f556-5106-4743-99b0-000000000000
export GOOGLE_CLOUD_PROJECT=custodian-1291
export GOOGLE_APPLICATION_CREDENTIALS=tools/c7n_gcp/tests/data/credentials.json
export C7N_VALIDATE=true
export TENCENTCLOUD_SECRET_ID=AiIDOaWCckbC000000000000000000000000
export TENCENTCLOUD_SECRET_KEY=qQxmZ5JG000000000000000000000000
export TF_VAR_OCI_COMPARTMENT_ID=ocid1.test.oc1..\<unique_ID\>EXAMPLE-compartmentId-Value
export TF_VAR_OCI_TENANCY_ID=ocid1.test.oc1..\<unique_ID\>EXAMPLE-tenancyId-Value
export TF_VAR_OCI_COMPUTE_IMAGE_ID=ocid1.test.oc1..\<unique_ID\>EXAMPLE-imageId-Value
export OCI_COMPARTMENTS=$TF_VAR_OCI_COMPARTMENT_ID
export OCI_USER=ocid1.user.oc1..unique_ID
export OCI_FINGERPRINT=20:3b:97:13:55:1c:5b:0d:d3:37:d8:50:4e:c5:3a:34
export OCI_KEY_FILE=tools/c7n_oci/tests/data/oci_api_key.pem
export OCI_REGION=us-ashburn-1
export OCI_TENANCY=ocid1.tenancy.oc1..unique_ID
export OCI_LOG_COMPARTMENT_ID="ocid1.test.logging.compartment.id"