Initial Oracle Deep Data Security lab kit
This commit is contained in:
23
terraform/envs/demo/terraform.tfvars.example
Normal file
23
terraform/envs/demo/terraform.tfvars.example
Normal file
@@ -0,0 +1,23 @@
|
||||
tenancy_ocid = "ocid1.tenancy.oc1..example"
|
||||
compartment_ocid = "ocid1.compartment.oc1..example"
|
||||
user_ocid = "ocid1.user.oc1..example"
|
||||
fingerprint = "00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00"
|
||||
private_key_path = "C:/Users/you/.oci/oci_api_key.pem"
|
||||
region = "sa-saopaulo-1"
|
||||
|
||||
owner = "database-security-team"
|
||||
name_prefix = "dds-lab"
|
||||
|
||||
adb_admin_password = "REPLACE_WITH_STRONG_PASSWORD_DO_NOT_COMMIT"
|
||||
|
||||
# Set only when the target version is available in your tenancy/region.
|
||||
# adb_db_version = "26ai"
|
||||
|
||||
enable_customer_managed_key = false
|
||||
enable_compute_bastion = false
|
||||
|
||||
# Required only when enable_compute_bastion = true.
|
||||
# bastion_availability_domain = "xxxx:SA-SAOPAULO-1-AD-1"
|
||||
# bastion_image_ocid = "ocid1.image.oc1.sa-saopaulo-1.example"
|
||||
# bastion_ssh_public_key = "ssh-rsa AAAA..."
|
||||
|
||||
Reference in New Issue
Block a user