Files
oracle-deep-data-security-lab/terraform/modules/vault/variables.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

17 lines
291 B
HCL

variable "compartment_id" {
description = "Compartment OCID."
type = string
}
variable "name_prefix" {
description = "Resource name prefix."
type = string
}
variable "freeform_tags" {
description = "Freeform tags."
type = map(string)
default = {}
}