this repo has no description
1variable "tenancy_id" {
2 description = "The ID of the tenancy (same with the root compartment ID)"
3 type = string
4}
5
6variable "compartment_name" {
7 description = "Name of the compartment where to create all resources"
8 type = string
9}
10
11variable "compartment_description" {
12 description = "Description of the compartment where to create all resources"
13 type = string
14}