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

17 lines
291 B
HCL
Executable File

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 = {}
}