Skip to content

Commit 97b9dde

Browse files
Terraform Team Automationvsin12
authored andcommitted
Added - Support for ECPU Support for License Manager
1 parent 3a7384d commit 97b9dde

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
variable "top_utilized_resource_ecpu_resource_unit_type" {
2+
default = "ECPU"
3+
}
4+
5+
data "oci_license_manager_top_utilized_resources" "test_top_utilized_resources" {
6+
#Required
7+
compartment_id = var.tenancy_ocid
8+
resource_unit_type = var.top_utilized_resource_ecpu_resource_unit_type
9+
10+
#Optional
11+
is_compartment_id_in_subtree = var.is_compartment_id_in_subtree
12+
}

0 commit comments

Comments
 (0)