Data Source: oci_iot_iot_domains

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

Retrieves a list of IoT domains within the specified compartment.

Example Usage

data "oci_iot_iot_domains" "test_iot_domains" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.iot_domain_display_name
	id = var.iot_domain_id
	iot_domain_group_id = oci_iot_iot_domain_group.test_iot_domain_group.id
	state = var.iot_domain_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

IotDomain Reference

The following attributes are exported: