this repo has no description
0
fork

Configure Feed

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

at master 9 lines 270 B view raw
1data "oci_identity_tenancy" "tenancy" { 2 tenancy_id = var.tenancy_id 3} 4 5resource "oci_identity_compartment" "compartment" { 6 compartment_id = data.oci_identity_tenancy.tenancy.id 7 name = var.compartment_name 8 description = var.compartment_description 9}