Initial Oracle Deep Data Security lab kit
This commit is contained in:
9
terraform/envs/demo/provider.tf
Normal file
9
terraform/envs/demo/provider.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
provider "oci" {
|
||||
tenancy_ocid = var.tenancy_ocid
|
||||
user_ocid = var.user_ocid
|
||||
fingerprint = var.fingerprint
|
||||
private_key_path = var.private_key_path
|
||||
private_key_password = var.private_key_password
|
||||
region = var.region
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user