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