4 lines
72 B
HCL
4 lines
72 B
HCL
data "oci_identity_tenancy" "tenancy" {
|
|
tenancy_id = var.tenancy_id
|
|
}
|
data "oci_identity_tenancy" "tenancy" {
|
|
tenancy_id = var.tenancy_id
|
|
}
|