Data Source: oci_wlms_wls_domains

This data source provides the list of Wls Domains in Oracle Cloud Infrastructure Wlms service.

Gets all WebLogic domains in a given compartment.

Example Usage

data "oci_wlms_wls_domains" "test_wls_domains" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.wls_domain_display_name
	id = var.wls_domain_id
	middleware_type = var.wls_domain_middleware_type
	patch_readiness_status = var.wls_domain_patch_readiness_status
	state = var.wls_domain_state
	weblogic_version = var.wls_domain_weblogic_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

WlsDomain Reference

The following attributes are exported: