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