resource "oci_identity_compartment" "tf-playground" { compartment_id = var.tenancy_ocid description = "Compartment for tf-playground resources." name = var.compartment_name freeform_tags = var.tags enable_delete = true }