17 lines
291 B
HCL
Executable File
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 = {}
|
|
}
|
|
|