Files
Rodrigo db3d68af10
Some checks failed
Repo Quality / structure (push) Has been cancelled
Terraform Validate / validate (push) Has been cancelled
Improve Deep Data Security lab scenarios
2026-05-13 16:13:04 -03:00

11 lines
179 B
HCL
Executable File

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
}