this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 14 lines 395 B view raw
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}