This data source provides the list of Allowed Domain License Types in Oracle Cloud Infrastructure Identity service.
List the allowed domain license types supported by Oracle Cloud Infrastructure If {@code currentLicenseTypeName} provided, returns allowed license types a domain with the specified license type name can migrate to. If {@code name} is provided, it filters and returns resources that match the given license type name. Otherwise, returns all valid license types that are currently supported.
data "oci_identity_allowed_domain_license_types" "test_allowed_domain_license_types" {
#Optional
current_license_type_name = var.allowed_domain_license_type_current_license_type_name
}
The following arguments are supported:
current_license_type_name
- (Optional) The domain license typeThe following attributes are exported:
allowed_domain_license_types
- The list of allowed_domain_license_types.The following attributes are exported:
description
- The license type description.license_type
- The license type identifier. Example: "oracle-apps-premium" name
- The license type name. Example: "Oracle Apps Premium"