Files
oracle-deep-data-security-lab/terraform/modules/vault/outputs.tf
Rodrigo Pace 5cd8752a90
Some checks failed
Repo Quality / structure (push) Has been cancelled
Terraform Validate / validate (push) Has been cancelled
Initial Oracle Deep Data Security lab kit
2026-05-08 12:08:05 -03:00

11 lines
179 B
HCL

output "vault_id" {
description = "Vault OCID."
value = oci_kms_vault.this.id
}
output "key_id" {
description = "KMS key OCID."
value = oci_kms_key.adb.id
}