terraform-oci-free/oci.data.tf
2024-05-23 13:26:58 +06:00

4 lines
72 B
HCL

data "oci_identity_tenancy" "tenancy" {
tenancy_id = var.tenancy_id
}