···11+variable "tenancy_ocid" {
22+ description = "The ID of the tenancy (same with the root compartment ID)"
33+ type = string
44+}
55+66+variable "compartment_name" {
77+ description = "Name of the compartment where to create all resources"
88+ type = string
99+ default = "cloudlab"
1010+}
1111+1212+variable "compartment_description" {
1313+ description = "Description of the compartment where to create all resources"
1414+ type = string
1515+ default = "Cloudlab Project"
1616+}